#96DDF6

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

Shades of Columbia Blue #96DDF6

Tints of Columbia Blue #96DDF6

Color information

#96DDF6 (or 0x96DDF6) is unknown color: approx Columbia Blue. HEX triplet: 96, DD and F6. RGB value is (150,221,246). Sum of RGB (Red+Green+Blue) = 150+221+246=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #96DDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DDF6 is #692209. Grayscale: #CACACA. Windows color (decimal): -6889994 or 16178582. OLE color: 16178582.

HSL color Cylindrical-coordinate representation of color #96DDF6: hue angle of 195.62º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96DDF6 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB150221246-
CMYK0.390.1000.04
HSL195.62º84.21%77.65%-
HSV(B)195.62º39.02%96.47%-
XYZ55.0764.8596.8-
YUV202.62152.4890.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.31%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 246 (96.48% from 255) = 39.87%
R=24.31%
G=35.82%
B=39.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502212460.390.1000.04195.6284.2177.65
Hex96DDF627A04c4544e
Octal226335366471204304124116
Binary100101101101110111110110100111101001001100010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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