Shades of Anakiwa #8ECEF1
Tints of Anakiwa #8ECEF1
RGB
CMYK
RGB Variations
Color information
#8ECEF1 (or 0x8ECEF1) is known color: Anakiwa. HEX triplet: 8E, CE and F1. RGB value is (142,206,241). Sum of RGB (Red+Green+Blue) = 142+206+241=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ECEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECEF1 is #71310E. Grayscale: #BEBEBE. Windows color (decimal): -7418127 or 15847054. OLE color: 15847054.
HSL color Cylindrical-coordinate representation of color #8ECEF1: hue angle of 201.21º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ECEF1 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 206 | 241 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.05 |
| HSL | 201.21º | 0.78% | 0.75% | - |
| HSV(B) | 201.21º | 0.41% | 0.95% | - |
| XYZ | 49.1 | 56.24 | 91.49 | - |
| YUV | 190.85 | 156.3 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 241 | 0.41 | 0.15 | 0 | 0.05 | 201.21 | 0.78 | 0.75 |
| Hex | 8E | CE | F1 | 29 | F | 0 | 5 | C9 | 4E | 4B |
| Octal | 216 | 316 | 361 | 51 | 17 | 0 | 5 | 311 | 116 | 113 |
| Binary | 10001110 | 11001110 | 11110001 | 101001 | 1111 | 0 | 101 | 11001001 | 1001110 | 1001011 |
Color Harmonies of #8ECEF1
Complementary color
Monochromatic Colors of #8ECEF1
Black with #8ECEF1
Text Example
Text Example
White with #8ECEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECEF1; }
p { color: rgb(142,206,241); }
H1.HeaderClassName
{
color: #8ECEF1;
}
.AnyTagClassName
{
color: #8ECEF1;
}
</style>
background-color css
<style>
a { background-color: #8ECEF1; }
a { background-color: rgb(142,206,241); }
div.DivClassName
{
background-color: #8ECEF1;
}
.BgClassName
{
background-color: #8ECEF1;
}
</style>
border-color css
<style>
span { border-color: #8ECEF1; }
span { border-color: rgb(142,206,241); }
td.TdClassName
{
border-color: #8ECEF1;
}
.TagClassName
{
border-color: #8ECEF1;
}
</style>