#96DEFF

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

Shades of Columbia Blue #96DEFF

Tints of Columbia Blue #96DEFF

Color information

#96DEFF (or 0x96DEFF) is unknown color: approx Columbia Blue. HEX triplet: 96, DE and FF. RGB value is (150,222,255). Sum of RGB (Red+Green+Blue) = 150+222+255=627 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.92% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #96DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DEFF is #692100. Grayscale: #CCCCCC. Windows color (decimal): -6889729 or 16768662. OLE color: 16768662.

HSL color Cylindrical-coordinate representation of color #96DEFF: hue angle of 198.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96DEFF is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150222255-
CMYK0.410.1300
HSL198.86º100%79.41%-
HSV(B)198.86º41.18%100%-
XYZ56.7565.95104.35-
YUV204.23156.6589.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.92%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 255 (100% from 255) = 40.67%
R=23.92%
G=35.41%
B=40.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502222550.410.1300198.8610079.41
Hex96DEFF29D00c7644f
Octal226336377511500307144117
Binary1001011011011110111111111010011101001100011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,222,255); }

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

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

 a { background-color: rgb(150,222,255); }

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

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

 span { border-color: rgb(150,222,255); }

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