#96DEFA

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

Shades of Columbia Blue #96DEFA

Tints of Columbia Blue #96DEFA

Color information

#96DEFA (or 0x96DEFA) is unknown color: approx Columbia Blue. HEX triplet: 96, DE and FA. RGB value is (150,222,250). Sum of RGB (Red+Green+Blue) = 150+222+250=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #96DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DEFA is #692105. Grayscale: #CBCBCB. Windows color (decimal): -6889734 or 16440982. OLE color: 16440982.

HSL color Cylindrical-coordinate representation of color #96DEFA: hue angle of 196.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96DEFA is Cyan = 0.4, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150222250-
CMYK0.40.1100.02
HSL196.8º90.91%78.43%-
HSV(B)196.8º40%98.04%-
XYZ55.9565.63100.16-
YUV203.66154.1589.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.12%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 250 (98.05% from 255) = 40.19%
R=24.12%
G=35.69%
B=40.19%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502222500.40.1100.02196.890.9178.43
Hex96DEFA28B02c55b4e
Octal226336372501302305133116
Binary10010110110111101111101010100010110101100010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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