Shades of Anakiwa #8FCFEC
Tints of Anakiwa #8FCFEC
RGB
CMYK
RGB Variations
Color information
#8FCFEC (or 0x8FCFEC) is known color: Anakiwa. HEX triplet: 8F, CF and EC. RGB value is (143,207,236). Sum of RGB (Red+Green+Blue) = 143+207+236=586 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.40% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FCFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFEC is #703013. Grayscale: #BEBEBE. Windows color (decimal): -7352340 or 15519631. OLE color: 15519631.
HSL color Cylindrical-coordinate representation of color #8FCFEC: hue angle of 198.71º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FCFEC is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 207 | 236 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.07 |
| HSL | 198.71º | 0.71% | 0.74% | - |
| HSV(B) | 198.71º | 0.39% | 0.93% | - |
| XYZ | 48.78 | 56.52 | 87.7 | - |
| YUV | 191.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 236 | 0.39 | 0.12 | 0 | 0.07 | 198.71 | 0.71 | 0.74 |
| Hex | 8F | CF | EC | 27 | C | 0 | 7 | C7 | 47 | 4A |
| Octal | 217 | 317 | 354 | 47 | 14 | 0 | 7 | 307 | 107 | 112 |
| Binary | 10001111 | 11001111 | 11101100 | 100111 | 1100 | 0 | 111 | 11000111 | 1000111 | 1001010 |
Color Harmonies of #8FCFEC
Complementary color
Monochromatic Colors of #8FCFEC
Black with #8FCFEC
Text Example
Text Example
White with #8FCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFEC; }
p { color: rgb(143,207,236); }
H1.HeaderClassName
{
color: #8FCFEC;
}
.AnyTagClassName
{
color: #8FCFEC;
}
</style>
background-color css
<style>
a { background-color: #8FCFEC; }
a { background-color: rgb(143,207,236); }
div.DivClassName
{
background-color: #8FCFEC;
}
.BgClassName
{
background-color: #8FCFEC;
}
</style>
border-color css
<style>
span { border-color: #8FCFEC; }
span { border-color: rgb(143,207,236); }
td.TdClassName
{
border-color: #8FCFEC;
}
.TagClassName
{
border-color: #8FCFEC;
}
</style>