#96D8ED

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

Shades of Anakiwa #96D8ED

Tints of Anakiwa #96D8ED

Color information

#96D8ED (or 0x96D8ED) is unknown color: approx Anakiwa. HEX triplet: 96, D8 and ED. RGB value is (150,216,237). Sum of RGB (Red+Green+Blue) = 150+216+237=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #96D8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D8ED is #692712. Grayscale: #C6C6C6. Windows color (decimal): -6891283 or 15587478. OLE color: 15587478.

HSL color Cylindrical-coordinate representation of color #96D8ED: hue angle of 194.48º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96D8ED is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150216237-
CMYK0.370.0900.07
HSL194.48º70.73%75.88%-
HSV(B)194.48º36.71%92.94%-
XYZ52.4261.7189.27-
YUV198.66149.6393.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.88%
GREEN value IS 216 (84.77% from 255) = 35.82%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=24.88%
G=35.82%
B=39.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502162370.370.0900.07194.4870.7375.88
Hex96D8ED25907c2474c
Octal226330355451107302107114
Binary100101101101100011101101100101100101111100001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,216,237); }

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

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

 a { background-color: rgb(150,216,237); }

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

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

 span { border-color: rgb(150,216,237); }

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