#95EEFE

Color #95EEFE Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #95EEFE

Tints of Columbia Blue #95EEFE

Color information

#95EEFE (or 0x95EEFE) is unknown color: approx Columbia Blue. HEX triplet: 95, EE and FE. RGB value is (149,238,254). Sum of RGB (Red+Green+Blue) = 149+238+254=641 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.24% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #95EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95EEFE is #6A1101. Grayscale: #D5D5D5. Windows color (decimal): -6951170 or 16707221. OLE color: 16707221.

HSL color Cylindrical-coordinate representation of color #95EEFE: hue angle of 189.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95EEFE is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149238254-
CMYK0.410.0600.00
HSL189.14º98.13%79.02%-
HSV(B)189.14º41.34%99.61%-
XYZ60.8674.69104.98-
YUV213.21151.0182.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 23.24%
GREEN value IS 238 (93.36% from 255) = 37.13%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=23.24%
G=37.13%
B=39.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492382540.410.0600.00189.1498.1379.02
Hex95EEFE29600bd624f
Octal22535637651600275142117
Binary100101011110111011111110101001110001011110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95EEFE; }

 p { color: rgb(149,238,254); }

 H1.HeaderClassName
 {
   color: #95EEFE;
 }
 .AnyTagClassName
 {
   color: #95EEFE;
 }
</style>
background-color css

<style>
 a { background-color: #95EEFE; }

 a { background-color: rgb(149,238,254); }

 div.DivClassName
 {
   background-color: #95EEFE;
 }
 .BgClassName
 {
   background-color: #95EEFE;
 }
</style>
border-color css

<style>
 span { border-color: #95EEFE; }

 span { border-color: rgb(149,238,254); }

 td.TdClassName
 {
   border-color: #95EEFE;
 }
 .TagClassName
 {
   border-color: #95EEFE;
 }
</style>