Shades of Anakiwa #88C0DC
Tints of Anakiwa #88C0DC
RGB
CMYK
RGB Variations
Color information
#88C0DC (or 0x88C0DC) is known color: Anakiwa. HEX triplet: 88, C0 and DC. RGB value is (136,192,220). Sum of RGB (Red+Green+Blue) = 136+192+220=548 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.82% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #88C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0DC is #773F23. Grayscale: #B2B2B2. Windows color (decimal): -7814948 or 14467208. OLE color: 14467208.
HSL color Cylindrical-coordinate representation of color #88C0DC: hue angle of 200º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C0DC is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 192 | 220 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.14 |
| HSL | 200º | 0.55% | 0.7% | - |
| HSV(B) | 200º | 0.38% | 0.86% | - |
| XYZ | 41.92 | 48.1 | 74.79 | - |
| YUV | 178.45 | 151.45 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 220 | 0.38 | 0.13 | 0 | 0.14 | 200 | 0.55 | 0.7 |
| Hex | 88 | C0 | DC | 26 | D | 0 | E | C8 | 37 | 46 |
| Octal | 210 | 300 | 334 | 46 | 15 | 0 | 16 | 310 | 67 | 106 |
| Binary | 10001000 | 11000000 | 11011100 | 100110 | 1101 | 0 | 1110 | 11001000 | 110111 | 1000110 |
Color Harmonies of #88C0DC
Complementary color
Monochromatic Colors of #88C0DC
Black with #88C0DC
Text Example
Text Example
White with #88C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C0DC; }
p { color: rgb(136,192,220); }
H1.HeaderClassName
{
color: #88C0DC;
}
.AnyTagClassName
{
color: #88C0DC;
}
</style>
background-color css
<style>
a { background-color: #88C0DC; }
a { background-color: rgb(136,192,220); }
div.DivClassName
{
background-color: #88C0DC;
}
.BgClassName
{
background-color: #88C0DC;
}
</style>
border-color css
<style>
span { border-color: #88C0DC; }
span { border-color: rgb(136,192,220); }
td.TdClassName
{
border-color: #88C0DC;
}
.TagClassName
{
border-color: #88C0DC;
}
</style>