Shades of Anakiwa #8DD0EA
Tints of Anakiwa #8DD0EA
RGB
CMYK
RGB Variations
Color information
#8DD0EA (or 0x8DD0EA) is known color: Anakiwa. HEX triplet: 8D, D0 and EA. RGB value is (141,208,234). Sum of RGB (Red+Green+Blue) = 141+208+234=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DD0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD0EA is #722F15. Grayscale: #BEBEBE. Windows color (decimal): -7483158 or 15388813. OLE color: 15388813.
HSL color Cylindrical-coordinate representation of color #8DD0EA: hue angle of 196.77º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DD0EA is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 208 | 234 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.08 |
| HSL | 196.77º | 0.69% | 0.74% | - |
| HSV(B) | 196.77º | 0.4% | 0.92% | - |
| XYZ | 48.39 | 56.71 | 86.24 | - |
| YUV | 190.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 234 | 0.40 | 0.11 | 0 | 0.08 | 196.77 | 0.69 | 0.74 |
| Hex | 8D | D0 | EA | 28 | B | 0 | 8 | C5 | 45 | 4A |
| Octal | 215 | 320 | 352 | 50 | 13 | 0 | 10 | 305 | 105 | 112 |
| Binary | 10001101 | 11010000 | 11101010 | 101000 | 1011 | 0 | 1000 | 11000101 | 1000101 | 1001010 |
Color Harmonies of #8DD0EA
Complementary color
Monochromatic Colors of #8DD0EA
Black with #8DD0EA
Text Example
Text Example
White with #8DD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD0EA; }
p { color: rgb(141,208,234); }
H1.HeaderClassName
{
color: #8DD0EA;
}
.AnyTagClassName
{
color: #8DD0EA;
}
</style>
background-color css
<style>
a { background-color: #8DD0EA; }
a { background-color: rgb(141,208,234); }
div.DivClassName
{
background-color: #8DD0EA;
}
.BgClassName
{
background-color: #8DD0EA;
}
</style>
border-color css
<style>
span { border-color: #8DD0EA; }
span { border-color: rgb(141,208,234); }
td.TdClassName
{
border-color: #8DD0EA;
}
.TagClassName
{
border-color: #8DD0EA;
}
</style>