Shades of Anakiwa #8CE0EE
Tints of Anakiwa #8CE0EE
RGB
CMYK
RGB Variations
Color information
#8CE0EE (or 0x8CE0EE) is known color: Anakiwa. HEX triplet: 8C, E0 and EE. RGB value is (140,224,238). Sum of RGB (Red+Green+Blue) = 140+224+238=602 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.26% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE0EE is #731F11. Grayscale: #C8C8C8. Windows color (decimal): -7544594 or 15655052. OLE color: 15655052.
HSL color Cylindrical-coordinate representation of color #8CE0EE: hue angle of 188.57º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CE0EE is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 224 | 238 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.07 |
| HSL | 188.57º | 0.74% | 0.74% | - |
| HSV(B) | 188.57º | 0.41% | 0.93% | - |
| XYZ | 52.9 | 65.06 | 90.66 | - |
| YUV | 200.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 238 | 0.41 | 0.06 | 0 | 0.07 | 188.57 | 0.74 | 0.74 |
| Hex | 8C | E0 | EE | 29 | 6 | 0 | 7 | BD | 4A | 4A |
| Octal | 214 | 340 | 356 | 51 | 6 | 0 | 7 | 275 | 112 | 112 |
| Binary | 10001100 | 11100000 | 11101110 | 101001 | 110 | 0 | 111 | 10111101 | 1001010 | 1001010 |
Color Harmonies of #8CE0EE
Complementary color
Monochromatic Colors of #8CE0EE
Black with #8CE0EE
Text Example
Text Example
White with #8CE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE0EE; }
p { color: rgb(140,224,238); }
H1.HeaderClassName
{
color: #8CE0EE;
}
.AnyTagClassName
{
color: #8CE0EE;
}
</style>
background-color css
<style>
a { background-color: #8CE0EE; }
a { background-color: rgb(140,224,238); }
div.DivClassName
{
background-color: #8CE0EE;
}
.BgClassName
{
background-color: #8CE0EE;
}
</style>
border-color css
<style>
span { border-color: #8CE0EE; }
span { border-color: rgb(140,224,238); }
td.TdClassName
{
border-color: #8CE0EE;
}
.TagClassName
{
border-color: #8CE0EE;
}
</style>