Shades of Anakiwa #8FCEEC
Tints of Anakiwa #8FCEEC
RGB
CMYK
RGB Variations
Color information
#8FCEEC (or 0x8FCEEC) is known color: Anakiwa. HEX triplet: 8F, CE and EC. RGB value is (143,206,236). Sum of RGB (Red+Green+Blue) = 143+206+236=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FCEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCEEC is #703113. Grayscale: #BEBEBE. Windows color (decimal): -7352596 or 15519375. OLE color: 15519375.
HSL color Cylindrical-coordinate representation of color #8FCEEC: hue angle of 199.35º 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 #8FCEEC is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 206 | 236 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.07 |
| HSL | 199.35º | 0.71% | 0.74% | - |
| HSV(B) | 199.35º | 0.39% | 0.93% | - |
| XYZ | 48.54 | 56.04 | 87.62 | - |
| YUV | 190.58 | 153.63 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 236 | 0.39 | 0.13 | 0 | 0.07 | 199.35 | 0.71 | 0.74 |
| Hex | 8F | CE | EC | 27 | D | 0 | 7 | C7 | 47 | 4A |
| Octal | 217 | 316 | 354 | 47 | 15 | 0 | 7 | 307 | 107 | 112 |
| Binary | 10001111 | 11001110 | 11101100 | 100111 | 1101 | 0 | 111 | 11000111 | 1000111 | 1001010 |
Color Harmonies of #8FCEEC
Complementary color
Monochromatic Colors of #8FCEEC
Black with #8FCEEC
Text Example
Text Example
White with #8FCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCEEC; }
p { color: rgb(143,206,236); }
H1.HeaderClassName
{
color: #8FCEEC;
}
.AnyTagClassName
{
color: #8FCEEC;
}
</style>
background-color css
<style>
a { background-color: #8FCEEC; }
a { background-color: rgb(143,206,236); }
div.DivClassName
{
background-color: #8FCEEC;
}
.BgClassName
{
background-color: #8FCEEC;
}
</style>
border-color css
<style>
span { border-color: #8FCEEC; }
span { border-color: rgb(143,206,236); }
td.TdClassName
{
border-color: #8FCEEC;
}
.TagClassName
{
border-color: #8FCEEC;
}
</style>