Shades of Anakiwa #8ED6F0
Tints of Anakiwa #8ED6F0
RGB
CMYK
RGB Variations
Color information
#8ED6F0 (or 0x8ED6F0) is known color: Anakiwa. HEX triplet: 8E, D6 and F0. RGB value is (142,214,240). Sum of RGB (Red+Green+Blue) = 142+214+240=596 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.83% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #8ED6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED6F0 is #71290F. Grayscale: #C3C3C3. Windows color (decimal): -7416080 or 15783566. OLE color: 15783566.
HSL color Cylindrical-coordinate representation of color #8ED6F0: hue angle of 195.92º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ED6F0 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 214 | 240 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.06 |
| HSL | 195.92º | 0.77% | 0.75% | - |
| HSV(B) | 195.92º | 0.41% | 0.94% | - |
| XYZ | 50.93 | 60.14 | 91.36 | - |
| YUV | 195.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 240 | 0.41 | 0.11 | 0 | 0.06 | 195.92 | 0.77 | 0.75 |
| Hex | 8E | D6 | F0 | 29 | B | 0 | 6 | C4 | 4D | 4B |
| Octal | 216 | 326 | 360 | 51 | 13 | 0 | 6 | 304 | 115 | 113 |
| Binary | 10001110 | 11010110 | 11110000 | 101001 | 1011 | 0 | 110 | 11000100 | 1001101 | 1001011 |
Color Harmonies of #8ED6F0
Complementary color
Monochromatic Colors of #8ED6F0
Black with #8ED6F0
Text Example
Text Example
White with #8ED6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED6F0; }
p { color: rgb(142,214,240); }
H1.HeaderClassName
{
color: #8ED6F0;
}
.AnyTagClassName
{
color: #8ED6F0;
}
</style>
background-color css
<style>
a { background-color: #8ED6F0; }
a { background-color: rgb(142,214,240); }
div.DivClassName
{
background-color: #8ED6F0;
}
.BgClassName
{
background-color: #8ED6F0;
}
</style>
border-color css
<style>
span { border-color: #8ED6F0; }
span { border-color: rgb(142,214,240); }
td.TdClassName
{
border-color: #8ED6F0;
}
.TagClassName
{
border-color: #8ED6F0;
}
</style>