Shades of Anakiwa #88C4DD
Tints of Anakiwa #88C4DD
RGB
CMYK
RGB Variations
Color information
#88C4DD (or 0x88C4DD) is known color: Anakiwa. HEX triplet: 88, C4 and DD. RGB value is (136,196,221). Sum of RGB (Red+Green+Blue) = 136+196+221=553 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.59% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #88C4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C4DD is #773B22. Grayscale: #B4B4B4. Windows color (decimal): -7813923 or 14533768. OLE color: 14533768.
HSL color Cylindrical-coordinate representation of color #88C4DD: hue angle of 197.65º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C4DD is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 196 | 221 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.13 |
| HSL | 197.65º | 0.56% | 0.7% | - |
| HSV(B) | 197.65º | 0.38% | 0.87% | - |
| XYZ | 42.94 | 49.93 | 75.78 | - |
| YUV | 180.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 221 | 0.38 | 0.11 | 0 | 0.13 | 197.65 | 0.56 | 0.7 |
| Hex | 88 | C4 | DD | 26 | B | 0 | D | C6 | 38 | 46 |
| Octal | 210 | 304 | 335 | 46 | 13 | 0 | 15 | 306 | 70 | 106 |
| Binary | 10001000 | 11000100 | 11011101 | 100110 | 1011 | 0 | 1101 | 11000110 | 111000 | 1000110 |
Color Harmonies of #88C4DD
Complementary color
Monochromatic Colors of #88C4DD
Black with #88C4DD
Text Example
Text Example
White with #88C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C4DD; }
p { color: rgb(136,196,221); }
H1.HeaderClassName
{
color: #88C4DD;
}
.AnyTagClassName
{
color: #88C4DD;
}
</style>
background-color css
<style>
a { background-color: #88C4DD; }
a { background-color: rgb(136,196,221); }
div.DivClassName
{
background-color: #88C4DD;
}
.BgClassName
{
background-color: #88C4DD;
}
</style>
border-color css
<style>
span { border-color: #88C4DD; }
span { border-color: rgb(136,196,221); }
td.TdClassName
{
border-color: #88C4DD;
}
.TagClassName
{
border-color: #88C4DD;
}
</style>