#96DCF9

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

Shades of Columbia Blue #96DCF9

Tints of Columbia Blue #96DCF9

Color information

#96DCF9 (or 0x96DCF9) is unknown color: approx Columbia Blue. HEX triplet: 96, DC and F9. RGB value is (150,220,249). Sum of RGB (Red+Green+Blue) = 150+220+249=619 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.23% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #96DCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCF9 is #692306. Grayscale: #CACACA. Windows color (decimal): -6890247 or 16374934. OLE color: 16374934.

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

Color convert

RGB150220249-
CMYK0.400.1200.02
HSL197.58º89.19%78.24%-
HSV(B)197.58º39.76%97.65%-
XYZ55.2764.5199.16-
YUV202.38154.3190.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.23%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=24.23%
G=35.54%
B=40.23%

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
Decimal1502202490.400.1200.02197.5889.1978.24
Hex96DCF928C02c6594e
Octal226334371501402306131116
Binary10010110110111001111100110100011000101100011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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