Shades of Anakiwa #8DD0E8
Tints of Anakiwa #8DD0E8
RGB
CMYK
RGB Variations
Color information
#8DD0E8 (or 0x8DD0E8) is known color: Anakiwa. HEX triplet: 8D, D0 and E8. RGB value is (141,208,232). Sum of RGB (Red+Green+Blue) = 141+208+232=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DD0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD0E8 is #722F17. Grayscale: #BEBEBE. Windows color (decimal): -7483160 or 15257741. OLE color: 15257741.
HSL color Cylindrical-coordinate representation of color #8DD0E8: hue angle of 195.82º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DD0E8 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 208 | 232 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.09 |
| HSL | 195.82º | 0.66% | 0.73% | - |
| HSV(B) | 195.82º | 0.39% | 0.91% | - |
| XYZ | 48.11 | 56.6 | 84.73 | - |
| YUV | 190.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 232 | 0.39 | 0.10 | 0 | 0.09 | 195.82 | 0.66 | 0.73 |
| Hex | 8D | D0 | E8 | 27 | A | 0 | 9 | C4 | 42 | 49 |
| Octal | 215 | 320 | 350 | 47 | 12 | 0 | 11 | 304 | 102 | 111 |
| Binary | 10001101 | 11010000 | 11101000 | 100111 | 1010 | 0 | 1001 | 11000100 | 1000010 | 1001001 |
Color Harmonies of #8DD0E8
Complementary color
Monochromatic Colors of #8DD0E8
Black with #8DD0E8
Text Example
Text Example
White with #8DD0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD0E8; }
p { color: rgb(141,208,232); }
H1.HeaderClassName
{
color: #8DD0E8;
}
.AnyTagClassName
{
color: #8DD0E8;
}
</style>
background-color css
<style>
a { background-color: #8DD0E8; }
a { background-color: rgb(141,208,232); }
div.DivClassName
{
background-color: #8DD0E8;
}
.BgClassName
{
background-color: #8DD0E8;
}
</style>
border-color css
<style>
span { border-color: #8DD0E8; }
span { border-color: rgb(141,208,232); }
td.TdClassName
{
border-color: #8DD0E8;
}
.TagClassName
{
border-color: #8DD0E8;
}
</style>