#96D8EB

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

Shades of Anakiwa #96D8EB

Tints of Anakiwa #96D8EB

Color information

#96D8EB (or 0x96D8EB) is unknown color: approx Anakiwa. HEX triplet: 96, D8 and EB. RGB value is (150,216,235). Sum of RGB (Red+Green+Blue) = 150+216+235=601 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.96% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #96D8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D8EB is #692714. Grayscale: #C6C6C6. Windows color (decimal): -6891285 or 15456406. OLE color: 15456406.

HSL color Cylindrical-coordinate representation of color #96D8EB: hue angle of 193.41º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D8EB is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150216235-
CMYK0.360.0800.08
HSL193.41º68%75.49%-
HSV(B)193.41º36.17%92.16%-
XYZ52.1361.5987.74-
YUV198.43148.6393.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.96%
GREEN value IS 216 (84.77% from 255) = 35.94%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=24.96%
G=35.94%
B=39.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502162350.360.0800.08193.416875.49
Hex96D8EB24808c1444b
Octal2263303534410010301104113
Binary1001011011011000111010111001001000010001100000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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