Shades of Anakiwa #8FCEDE
Tints of Anakiwa #8FCEDE
RGB
CMYK
RGB Variations
Color information
#8FCEDE (or 0x8FCEDE) is known color: Anakiwa. HEX triplet: 8F, CE and DE. RGB value is (143,206,222). Sum of RGB (Red+Green+Blue) = 143+206+222=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FCEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCEDE is #703121. Grayscale: #BCBCBC. Windows color (decimal): -7352610 or 14601871. OLE color: 14601871.
HSL color Cylindrical-coordinate representation of color #8FCEDE: hue angle of 192.15º degrees, saturation: 0.54, 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 #8FCEDE is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 206 | 222 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.13 |
| HSL | 192.15º | 0.54% | 0.72% | - |
| HSV(B) | 192.15º | 0.36% | 0.87% | - |
| XYZ | 46.58 | 55.26 | 77.32 | - |
| YUV | 188.99 | 146.63 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 222 | 0.36 | 0.07 | 0 | 0.13 | 192.15 | 0.54 | 0.72 |
| Hex | 8F | CE | DE | 24 | 7 | 0 | D | C0 | 36 | 48 |
| Octal | 217 | 316 | 336 | 44 | 7 | 0 | 15 | 300 | 66 | 110 |
| Binary | 10001111 | 11001110 | 11011110 | 100100 | 111 | 0 | 1101 | 11000000 | 110110 | 1001000 |
Color Harmonies of #8FCEDE
Complementary color
Monochromatic Colors of #8FCEDE
Black with #8FCEDE
Text Example
Text Example
White with #8FCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEDE; }
p { color: rgb(143,206,222); }
H1.HeaderClassName
{
color: #8FCEDE;
}
.AnyTagClassName
{
color: #8FCEDE;
}
</style>
background-color css
<style>
a { background-color: #8FCEDE; }
a { background-color: rgb(143,206,222); }
div.DivClassName
{
background-color: #8FCEDE;
}
.BgClassName
{
background-color: #8FCEDE;
}
</style>
border-color css
<style>
span { border-color: #8FCEDE; }
span { border-color: rgb(143,206,222); }
td.TdClassName
{
border-color: #8FCEDE;
}
.TagClassName
{
border-color: #8FCEDE;
}
</style>