#96DCFB

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

Shades of Columbia Blue #96DCFB

Tints of Columbia Blue #96DCFB

Color information

#96DCFB (or 0x96DCFB) is unknown color: approx Columbia Blue. HEX triplet: 96, DC and FB. RGB value is (150,220,251). Sum of RGB (Red+Green+Blue) = 150+220+251=621 (82% of max value = 765). Red value is 150 (58.98% from 255 or 24.15% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #96DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCFB is #692304. Grayscale: #CACACA. Windows color (decimal): -6890245 or 16506006. OLE color: 16506006.

HSL color Cylindrical-coordinate representation of color #96DCFB: hue angle of 198.42º 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 #96DCFB is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150220251-
CMYK0.400.1200.02
HSL198.42º92.66%78.63%-
HSV(B)198.42º40.24%98.43%-
XYZ55.5864.64100.81-
YUV202.6155.3190.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.15%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=24.15%
G=35.43%
B=40.42%

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
Decimal1502202510.400.1200.02198.4292.6678.63
Hex96DCFB28C02c65d4f
Octal226334373501402306135117
Binary10010110110111001111101110100011000101100011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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