Shades of Anakiwa #88C2E9
Tints of Anakiwa #88C2E9
RGB
CMYK
RGB Variations
Color information
#88C2E9 (or 0x88C2E9) is known color: Anakiwa. HEX triplet: 88, C2 and E9. RGB value is (136,194,233). Sum of RGB (Red+Green+Blue) = 136+194+233=563 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.16% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #88C2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C2E9 is #773D16. Grayscale: #B4B4B4. Windows color (decimal): -7814423 or 15319688. OLE color: 15319688.
HSL color Cylindrical-coordinate representation of color #88C2E9: hue angle of 204.12º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88C2E9 is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 194 | 233 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.09 |
| HSL | 204.12º | 0.69% | 0.72% | - |
| HSV(B) | 204.12º | 0.42% | 0.91% | - |
| XYZ | 44.15 | 49.7 | 84.36 | - |
| YUV | 181.1 | 157.28 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 233 | 0.42 | 0.17 | 0 | 0.09 | 204.12 | 0.69 | 0.72 |
| Hex | 88 | C2 | E9 | 2A | 11 | 0 | 9 | CC | 45 | 48 |
| Octal | 210 | 302 | 351 | 52 | 21 | 0 | 11 | 314 | 105 | 110 |
| Binary | 10001000 | 11000010 | 11101001 | 101010 | 10001 | 0 | 1001 | 11001100 | 1000101 | 1001000 |
Color Harmonies of #88C2E9
Complementary color
Monochromatic Colors of #88C2E9
Black with #88C2E9
Text Example
Text Example
White with #88C2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C2E9; }
p { color: rgb(136,194,233); }
H1.HeaderClassName
{
color: #88C2E9;
}
.AnyTagClassName
{
color: #88C2E9;
}
</style>
background-color css
<style>
a { background-color: #88C2E9; }
a { background-color: rgb(136,194,233); }
div.DivClassName
{
background-color: #88C2E9;
}
.BgClassName
{
background-color: #88C2E9;
}
</style>
border-color css
<style>
span { border-color: #88C2E9; }
span { border-color: rgb(136,194,233); }
td.TdClassName
{
border-color: #88C2E9;
}
.TagClassName
{
border-color: #88C2E9;
}
</style>