#96DCF7

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

Shades of Columbia Blue #96DCF7

Tints of Columbia Blue #96DCF7

Color information

#96DCF7 (or 0x96DCF7) is unknown color: approx Columbia Blue. HEX triplet: 96, DC and F7. RGB value is (150,220,247). Sum of RGB (Red+Green+Blue) = 150+220+247=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 247 - color contains mainly: blue. Hex color #96DCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCF7 is #692308. Grayscale: #C9C9C9. Windows color (decimal): -6890249 or 16243862. OLE color: 16243862.

HSL color Cylindrical-coordinate representation of color #96DCF7: hue angle of 196.7º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96DCF7 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB150220247-
CMYK0.390.1100.03
HSL196.7º85.84%77.84%-
HSV(B)196.7º39.27%96.86%-
XYZ54.9664.3997.53-
YUV202.15153.3190.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.31%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 247 (96.88% from 255) = 40.03%
R=24.31%
G=35.66%
B=40.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502202470.390.1100.03196.785.8477.84
Hex96DCF727B03c5564e
Octal226334367471303305126116
Binary10010110110111001111011110011110110111100010110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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