Shades of Anakiwa #8FCFEB
Tints of Anakiwa #8FCFEB
RGB
CMYK
RGB Variations
Color information
#8FCFEB (or 0x8FCFEB) is known color: Anakiwa. HEX triplet: 8F, CF and EB. RGB value is (143,207,235). Sum of RGB (Red+Green+Blue) = 143+207+235=585 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.44% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FCFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFEB is #703014. Grayscale: #BEBEBE. Windows color (decimal): -7352341 or 15454095. OLE color: 15454095.
HSL color Cylindrical-coordinate representation of color #8FCFEB: hue angle of 198.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FCFEB is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 207 | 235 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.08 |
| HSL | 198.26º | 0.7% | 0.74% | - |
| HSV(B) | 198.26º | 0.39% | 0.92% | - |
| XYZ | 48.64 | 56.46 | 86.93 | - |
| YUV | 191.06 | 152.8 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 235 | 0.39 | 0.12 | 0 | 0.08 | 198.26 | 0.7 | 0.74 |
| Hex | 8F | CF | EB | 27 | C | 0 | 8 | C6 | 46 | 4A |
| Octal | 217 | 317 | 353 | 47 | 14 | 0 | 10 | 306 | 106 | 112 |
| Binary | 10001111 | 11001111 | 11101011 | 100111 | 1100 | 0 | 1000 | 11000110 | 1000110 | 1001010 |
Color Harmonies of #8FCFEB
Complementary color
Monochromatic Colors of #8FCFEB
Black with #8FCFEB
Text Example
Text Example
White with #8FCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFEB; }
p { color: rgb(143,207,235); }
H1.HeaderClassName
{
color: #8FCFEB;
}
.AnyTagClassName
{
color: #8FCFEB;
}
</style>
background-color css
<style>
a { background-color: #8FCFEB; }
a { background-color: rgb(143,207,235); }
div.DivClassName
{
background-color: #8FCFEB;
}
.BgClassName
{
background-color: #8FCFEB;
}
</style>
border-color css
<style>
span { border-color: #8FCFEB; }
span { border-color: rgb(143,207,235); }
td.TdClassName
{
border-color: #8FCFEB;
}
.TagClassName
{
border-color: #8FCFEB;
}
</style>