Shades of Anakiwa #96D7E9
Tints of Anakiwa #96D7E9
RGB
CMYK
RGB Variations
Color information
#96D7E9 (or 0x96D7E9) is known color: Anakiwa. HEX triplet: 96, D7 and E9. RGB value is (150,215,233). Sum of RGB (Red+Green+Blue) = 150+215+233=598 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.08% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #96D7E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D7E9 is #692816. Grayscale: #C5C5C5. Windows color (decimal): -6891543 or 15325078. OLE color: 15325078.
HSL color Cylindrical-coordinate representation of color #96D7E9: hue angle of 193.01º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D7E9 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 215 | 233 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.09 |
| HSL | 193.01º | 0.65% | 0.75% | - |
| HSV(B) | 193.01º | 0.36% | 0.91% | - |
| XYZ | 51.59 | 60.97 | 86.14 | - |
| YUV | 197.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 233 | 0.36 | 0.08 | 0 | 0.09 | 193.01 | 0.65 | 0.75 |
| Hex | 96 | D7 | E9 | 24 | 8 | 0 | 9 | C1 | 41 | 4B |
| Octal | 226 | 327 | 351 | 44 | 10 | 0 | 11 | 301 | 101 | 113 |
| Binary | 10010110 | 11010111 | 11101001 | 100100 | 1000 | 0 | 1001 | 11000001 | 1000001 | 1001011 |
Color Harmonies of #96D7E9
Complementary color
Monochromatic Colors of #96D7E9
Black with #96D7E9
Text Example
Text Example
White with #96D7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D7E9; }
p { color: rgb(150,215,233); }
H1.HeaderClassName
{
color: #96D7E9;
}
.AnyTagClassName
{
color: #96D7E9;
}
</style>
background-color css
<style>
a { background-color: #96D7E9; }
a { background-color: rgb(150,215,233); }
div.DivClassName
{
background-color: #96D7E9;
}
.BgClassName
{
background-color: #96D7E9;
}
</style>
border-color css
<style>
span { border-color: #96D7E9; }
span { border-color: rgb(150,215,233); }
td.TdClassName
{
border-color: #96D7E9;
}
.TagClassName
{
border-color: #96D7E9;
}
</style>