Shades of Anakiwa #8FCFEA
Tints of Anakiwa #8FCFEA
RGB
CMYK
RGB Variations
Color information
#8FCFEA (or 0x8FCFEA) is known color: Anakiwa. HEX triplet: 8F, CF and EA. RGB value is (143,207,234). Sum of RGB (Red+Green+Blue) = 143+207+234=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FCFEA is #703015. Grayscale: #BEBEBE. Windows color (decimal): -7352342 or 15388559. OLE color: 15388559.
HSL color Cylindrical-coordinate representation of color #8FCFEA: hue angle of 197.8º degrees, saturation: 0.68, 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 #8FCFEA is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 207 | 234 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.08 |
| HSL | 197.8º | 0.68% | 0.74% | - |
| HSV(B) | 197.8º | 0.39% | 0.92% | - |
| XYZ | 48.49 | 56.41 | 86.17 | - |
| YUV | 190.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 234 | 0.39 | 0.12 | 0 | 0.08 | 197.8 | 0.68 | 0.74 |
| Hex | 8F | CF | EA | 27 | C | 0 | 8 | C6 | 44 | 4A |
| Octal | 217 | 317 | 352 | 47 | 14 | 0 | 10 | 306 | 104 | 112 |
| Binary | 10001111 | 11001111 | 11101010 | 100111 | 1100 | 0 | 1000 | 11000110 | 1000100 | 1001010 |
Color Harmonies of #8FCFEA
Complementary color
Monochromatic Colors of #8FCFEA
Black with #8FCFEA
Text Example
Text Example
White with #8FCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFEA; }
p { color: rgb(143,207,234); }
H1.HeaderClassName
{
color: #8FCFEA;
}
.AnyTagClassName
{
color: #8FCFEA;
}
</style>
background-color css
<style>
a { background-color: #8FCFEA; }
a { background-color: rgb(143,207,234); }
div.DivClassName
{
background-color: #8FCFEA;
}
.BgClassName
{
background-color: #8FCFEA;
}
</style>
border-color css
<style>
span { border-color: #8FCFEA; }
span { border-color: rgb(143,207,234); }
td.TdClassName
{
border-color: #8FCFEA;
}
.TagClassName
{
border-color: #8FCFEA;
}
</style>