Shades of Anakiwa #8FCAE0
Tints of Anakiwa #8FCAE0
RGB
CMYK
RGB Variations
Color information
#8FCAE0 (or 0x8FCAE0) is known color: Anakiwa. HEX triplet: 8F, CA and E0. RGB value is (143,202,224). Sum of RGB (Red+Green+Blue) = 143+202+224=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #8FCAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCAE0 is #70351F. Grayscale: #BABABA. Windows color (decimal): -7353632 or 14731919. OLE color: 14731919.
HSL color Cylindrical-coordinate representation of color #8FCAE0: hue angle of 196.3º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FCAE0 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 202 | 224 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.12 |
| HSL | 196.3º | 0.57% | 0.72% | - |
| HSV(B) | 196.3º | 0.36% | 0.88% | - |
| XYZ | 45.9 | 53.46 | 78.42 | - |
| YUV | 186.87 | 148.95 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 224 | 0.36 | 0.10 | 0 | 0.12 | 196.3 | 0.57 | 0.72 |
| Hex | 8F | CA | E0 | 24 | A | 0 | C | C4 | 39 | 48 |
| Octal | 217 | 312 | 340 | 44 | 12 | 0 | 14 | 304 | 71 | 110 |
| Binary | 10001111 | 11001010 | 11100000 | 100100 | 1010 | 0 | 1100 | 11000100 | 111001 | 1001000 |
Color Harmonies of #8FCAE0
Complementary color
Monochromatic Colors of #8FCAE0
Black with #8FCAE0
Text Example
Text Example
White with #8FCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCAE0; }
p { color: rgb(143,202,224); }
H1.HeaderClassName
{
color: #8FCAE0;
}
.AnyTagClassName
{
color: #8FCAE0;
}
</style>
background-color css
<style>
a { background-color: #8FCAE0; }
a { background-color: rgb(143,202,224); }
div.DivClassName
{
background-color: #8FCAE0;
}
.BgClassName
{
background-color: #8FCAE0;
}
</style>
border-color css
<style>
span { border-color: #8FCAE0; }
span { border-color: rgb(143,202,224); }
td.TdClassName
{
border-color: #8FCAE0;
}
.TagClassName
{
border-color: #8FCAE0;
}
</style>