Shades of Anakiwa #96D9EF
Tints of Anakiwa #96D9EF
RGB
CMYK
RGB Variations
Color information
#96D9EF (or 0x96D9EF) is known color: Anakiwa. HEX triplet: 96, D9 and EF. RGB value is (150,217,239). Sum of RGB (Red+Green+Blue) = 150+217+239=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #96D9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D9EF is #692610. Grayscale: #C7C7C7. Windows color (decimal): -6891025 or 15718806. OLE color: 15718806.
HSL color Cylindrical-coordinate representation of color #96D9EF: hue angle of 194.83º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96D9EF is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 217 | 239 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.06 |
| HSL | 194.83º | 0.74% | 0.76% | - |
| HSV(B) | 194.83º | 0.37% | 0.94% | - |
| XYZ | 52.97 | 62.34 | 90.9 | - |
| YUV | 199.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 239 | 0.37 | 0.09 | 0 | 0.06 | 194.83 | 0.74 | 0.76 |
| Hex | 96 | D9 | EF | 25 | 9 | 0 | 6 | C3 | 4A | 4C |
| Octal | 226 | 331 | 357 | 45 | 11 | 0 | 6 | 303 | 112 | 114 |
| Binary | 10010110 | 11011001 | 11101111 | 100101 | 1001 | 0 | 110 | 11000011 | 1001010 | 1001100 |
Color Harmonies of #96D9EF
Complementary color
Monochromatic Colors of #96D9EF
Black with #96D9EF
Text Example
Text Example
White with #96D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9EF; }
p { color: rgb(150,217,239); }
H1.HeaderClassName
{
color: #96D9EF;
}
.AnyTagClassName
{
color: #96D9EF;
}
</style>
background-color css
<style>
a { background-color: #96D9EF; }
a { background-color: rgb(150,217,239); }
div.DivClassName
{
background-color: #96D9EF;
}
.BgClassName
{
background-color: #96D9EF;
}
</style>
border-color css
<style>
span { border-color: #96D9EF; }
span { border-color: rgb(150,217,239); }
td.TdClassName
{
border-color: #96D9EF;
}
.TagClassName
{
border-color: #96D9EF;
}
</style>