Shades of Anakiwa #8DCEDE
Tints of Anakiwa #8DCEDE
RGB
CMYK
RGB Variations
Color information
#8DCEDE (or 0x8DCEDE) is known color: Anakiwa. HEX triplet: 8D, CE and DE. RGB value is (141,206,222). Sum of RGB (Red+Green+Blue) = 141+206+222=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #8DCEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCEDE is #723121. Grayscale: #BCBCBC. Windows color (decimal): -7483682 or 14601869. OLE color: 14601869.
HSL color Cylindrical-coordinate representation of color #8DCEDE: hue angle of 191.85º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DCEDE is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 206 | 222 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.13 |
| HSL | 191.85º | 0.55% | 0.71% | - |
| HSV(B) | 191.85º | 0.36% | 0.87% | - |
| XYZ | 46.24 | 55.08 | 77.3 | - |
| YUV | 188.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 222 | 0.36 | 0.07 | 0 | 0.13 | 191.85 | 0.55 | 0.71 |
| Hex | 8D | CE | DE | 24 | 7 | 0 | D | C0 | 37 | 47 |
| Octal | 215 | 316 | 336 | 44 | 7 | 0 | 15 | 300 | 67 | 107 |
| Binary | 10001101 | 11001110 | 11011110 | 100100 | 111 | 0 | 1101 | 11000000 | 110111 | 1000111 |
Color Harmonies of #8DCEDE
Complementary color
Monochromatic Colors of #8DCEDE
Black with #8DCEDE
Text Example
Text Example
White with #8DCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCEDE; }
p { color: rgb(141,206,222); }
H1.HeaderClassName
{
color: #8DCEDE;
}
.AnyTagClassName
{
color: #8DCEDE;
}
</style>
background-color css
<style>
a { background-color: #8DCEDE; }
a { background-color: rgb(141,206,222); }
div.DivClassName
{
background-color: #8DCEDE;
}
.BgClassName
{
background-color: #8DCEDE;
}
</style>
border-color css
<style>
span { border-color: #8DCEDE; }
span { border-color: rgb(141,206,222); }
td.TdClassName
{
border-color: #8DCEDE;
}
.TagClassName
{
border-color: #8DCEDE;
}
</style>