Shades of Anakiwa #8EDFEE
Tints of Anakiwa #8EDFEE
RGB
CMYK
RGB Variations
Color information
#8EDFEE (or 0x8EDFEE) is known color: Anakiwa. HEX triplet: 8E, DF and EE. RGB value is (142,223,238). Sum of RGB (Red+Green+Blue) = 142+223+238=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFEE is #712011. Grayscale: #C8C8C8. Windows color (decimal): -7413778 or 15654798. OLE color: 15654798.
HSL color Cylindrical-coordinate representation of color #8EDFEE: hue angle of 189.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDFEE is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 223 | 238 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.07 |
| HSL | 189.38º | 0.74% | 0.75% | - |
| HSV(B) | 189.38º | 0.4% | 0.93% | - |
| XYZ | 52.98 | 64.7 | 90.59 | - |
| YUV | 200.49 | 149.16 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 238 | 0.40 | 0.06 | 0 | 0.07 | 189.38 | 0.74 | 0.75 |
| Hex | 8E | DF | EE | 28 | 6 | 0 | 7 | BD | 4A | 4B |
| Octal | 216 | 337 | 356 | 50 | 6 | 0 | 7 | 275 | 112 | 113 |
| Binary | 10001110 | 11011111 | 11101110 | 101000 | 110 | 0 | 111 | 10111101 | 1001010 | 1001011 |
Color Harmonies of #8EDFEE
Complementary color
Monochromatic Colors of #8EDFEE
Black with #8EDFEE
Text Example
Text Example
White with #8EDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDFEE; }
p { color: rgb(142,223,238); }
H1.HeaderClassName
{
color: #8EDFEE;
}
.AnyTagClassName
{
color: #8EDFEE;
}
</style>
background-color css
<style>
a { background-color: #8EDFEE; }
a { background-color: rgb(142,223,238); }
div.DivClassName
{
background-color: #8EDFEE;
}
.BgClassName
{
background-color: #8EDFEE;
}
</style>
border-color css
<style>
span { border-color: #8EDFEE; }
span { border-color: rgb(142,223,238); }
td.TdClassName
{
border-color: #8EDFEE;
}
.TagClassName
{
border-color: #8EDFEE;
}
</style>