#96DDF3

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

Shades of Columbia Blue #96DDF3

Tints of Columbia Blue #96DDF3

Color information

#96DDF3 (or 0x96DDF3) is unknown color: approx Columbia Blue. HEX triplet: 96, DD and F3. RGB value is (150,221,243). Sum of RGB (Red+Green+Blue) = 150+221+243=614 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.43% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #96DDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DDF3 is #69220C. Grayscale: #CACACA. Windows color (decimal): -6889997 or 15981974. OLE color: 15981974.

HSL color Cylindrical-coordinate representation of color #96DDF3: hue angle of 194.19º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96DDF3 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB150221243-
CMYK0.380.0900.05
HSL194.19º79.49%77.06%-
HSV(B)194.19º38.27%95.29%-
XYZ54.6164.6794.4-
YUV202.28150.9890.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.43%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 243 (95.31% from 255) = 39.58%
R=24.43%
G=35.99%
B=39.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502212430.380.0900.05194.1979.4977.06
Hex96DDF326905c24f4d
Octal226335363461105302117115
Binary100101101101110111110011100110100101011100001010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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