#96DDFB

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

Shades of Columbia Blue #96DDFB

Tints of Columbia Blue #96DDFB

Color information

#96DDFB (or 0x96DDFB) is unknown color: approx Columbia Blue. HEX triplet: 96, DD and FB. RGB value is (150,221,251). Sum of RGB (Red+Green+Blue) = 150+221+251=622 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.12% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #96DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DDFB is #692204. Grayscale: #CBCBCB. Windows color (decimal): -6889989 or 16506262. OLE color: 16506262.

HSL color Cylindrical-coordinate representation of color #96DDFB: hue angle of 197.82º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96DDFB is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150221251-
CMYK0.400.1200.02
HSL197.82º92.66%78.63%-
HSV(B)197.82º40.24%98.43%-
XYZ55.8565.16100.9-
YUV203.19154.9890.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.12%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=24.12%
G=35.53%
B=40.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502212510.400.1200.02197.8292.6678.63
Hex96DDFB28C02c65d4f
Octal226335373501402306135117
Binary10010110110111011111101110100011000101100011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,221,251); }

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

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

 a { background-color: rgb(150,221,251); }

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

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

 span { border-color: rgb(150,221,251); }

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