Shades of Anakiwa #8CE0ED
Tints of Anakiwa #8CE0ED
RGB
CMYK
RGB Variations
Color information
#8CE0ED (or 0x8CE0ED) is known color: Anakiwa. HEX triplet: 8C, E0 and ED. RGB value is (140,224,237). Sum of RGB (Red+Green+Blue) = 140+224+237=601 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.29% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CE0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE0ED is #731F12. Grayscale: #C8C8C8. Windows color (decimal): -7544595 or 15589516. OLE color: 15589516.
HSL color Cylindrical-coordinate representation of color #8CE0ED: hue angle of 188.04º degrees, saturation: 0.73, 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 #8CE0ED is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 224 | 237 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.07 |
| HSL | 188.04º | 0.73% | 0.74% | - |
| HSV(B) | 188.04º | 0.41% | 0.93% | - |
| XYZ | 52.76 | 65 | 89.89 | - |
| YUV | 200.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 237 | 0.41 | 0.05 | 0 | 0.07 | 188.04 | 0.73 | 0.74 |
| Hex | 8C | E0 | ED | 29 | 5 | 0 | 7 | BC | 49 | 4A |
| Octal | 214 | 340 | 355 | 51 | 5 | 0 | 7 | 274 | 111 | 112 |
| Binary | 10001100 | 11100000 | 11101101 | 101001 | 101 | 0 | 111 | 10111100 | 1001001 | 1001010 |
Color Harmonies of #8CE0ED
Complementary color
Monochromatic Colors of #8CE0ED
Black with #8CE0ED
Text Example
Text Example
White with #8CE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE0ED; }
p { color: rgb(140,224,237); }
H1.HeaderClassName
{
color: #8CE0ED;
}
.AnyTagClassName
{
color: #8CE0ED;
}
</style>
background-color css
<style>
a { background-color: #8CE0ED; }
a { background-color: rgb(140,224,237); }
div.DivClassName
{
background-color: #8CE0ED;
}
.BgClassName
{
background-color: #8CE0ED;
}
</style>
border-color css
<style>
span { border-color: #8CE0ED; }
span { border-color: rgb(140,224,237); }
td.TdClassName
{
border-color: #8CE0ED;
}
.TagClassName
{
border-color: #8CE0ED;
}
</style>