Shades of Anakiwa #8ECCDF
Tints of Anakiwa #8ECCDF
RGB
CMYK
RGB Variations
Color information
#8ECCDF (or 0x8ECCDF) is known color: Anakiwa. HEX triplet: 8E, CC and DF. RGB value is (142,204,223). Sum of RGB (Red+Green+Blue) = 142+204+223=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ECCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCDF is #713320. Grayscale: #BBBBBB. Windows color (decimal): -7418657 or 14666894. OLE color: 14666894.
HSL color Cylindrical-coordinate representation of color #8ECCDF: hue angle of 194.07º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ECCDF is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 204 | 223 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.13 |
| HSL | 194.07º | 0.56% | 0.72% | - |
| HSV(B) | 194.07º | 0.36% | 0.87% | - |
| XYZ | 46.07 | 54.26 | 77.86 | - |
| YUV | 187.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 223 | 0.36 | 0.09 | 0 | 0.13 | 194.07 | 0.56 | 0.72 |
| Hex | 8E | CC | DF | 24 | 9 | 0 | D | C2 | 38 | 48 |
| Octal | 216 | 314 | 337 | 44 | 11 | 0 | 15 | 302 | 70 | 110 |
| Binary | 10001110 | 11001100 | 11011111 | 100100 | 1001 | 0 | 1101 | 11000010 | 111000 | 1001000 |
Color Harmonies of #8ECCDF
Complementary color
Monochromatic Colors of #8ECCDF
Black with #8ECCDF
Text Example
Text Example
White with #8ECCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCDF; }
p { color: rgb(142,204,223); }
H1.HeaderClassName
{
color: #8ECCDF;
}
.AnyTagClassName
{
color: #8ECCDF;
}
</style>
background-color css
<style>
a { background-color: #8ECCDF; }
a { background-color: rgb(142,204,223); }
div.DivClassName
{
background-color: #8ECCDF;
}
.BgClassName
{
background-color: #8ECCDF;
}
</style>
border-color css
<style>
span { border-color: #8ECCDF; }
span { border-color: rgb(142,204,223); }
td.TdClassName
{
border-color: #8ECCDF;
}
.TagClassName
{
border-color: #8ECCDF;
}
</style>