#96defe

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

Shades of Columbia Blue #96DEFE

Tints of Columbia Blue #96DEFE

Color information

#96DEFE (or 0x96DEFE) is unknown color: approx Columbia Blue. HEX triplet: 96, DE and FE. RGB value is (150,222,254). Sum of RGB (Red+Green+Blue) = 150+222+254=626 (82% of max value = 765). Red value is 150 (58.98% from 255 or 23.96% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #96DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DEFE is #692101. Grayscale: #CBCBCB. Windows color (decimal): -6889730 or 16703126. OLE color: 16703126.

HSL color Cylindrical-coordinate representation of color #96DEFE: hue angle of 198.46º 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 #96DEFE is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150222254-
CMYK0.410.1300.00
HSL198.46º98.11%79.22%-
HSV(B)198.46º40.94%99.61%-
XYZ56.5965.88103.5-
YUV204.12156.1589.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.96%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=23.96%
G=35.46%
B=40.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502222540.410.1300.00198.4698.1179.22
Hex96DEFE29D00c6624f
Octal226336376511500306142117
Binary1001011011011110111111101010011101001100011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96defe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96defe; }

 p { color: rgb(150,222,254); }

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

<style>
 a { background-color: #96defe; }

 a { background-color: rgb(150,222,254); }

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

<style>
 span { border-color: #96defe; }

 span { border-color: rgb(150,222,254); }

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