Shades of Anakiwa #8DD3EC
Tints of Anakiwa #8DD3EC
RGB
CMYK
RGB Variations
Color information
#8DD3EC (or 0x8DD3EC) is known color: Anakiwa. HEX triplet: 8D, D3 and EC. RGB value is (141,211,236). Sum of RGB (Red+Green+Blue) = 141+211+236=588 (77% of max value = 765). Red value is 141 (55.47% from 255 or 23.98% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DD3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD3EC is #722C13. Grayscale: #C0C0C0. Windows color (decimal): -7482388 or 15520653. OLE color: 15520653.
HSL color Cylindrical-coordinate representation of color #8DD3EC: hue angle of 195.79º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DD3EC is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 211 | 236 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.07 |
| HSL | 195.79º | 0.71% | 0.74% | - |
| HSV(B) | 195.79º | 0.4% | 0.93% | - |
| XYZ | 49.42 | 58.31 | 88.01 | - |
| YUV | 192.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 211 | 236 | 0.40 | 0.11 | 0 | 0.07 | 195.79 | 0.71 | 0.74 |
| Hex | 8D | D3 | EC | 28 | B | 0 | 7 | C4 | 47 | 4A |
| Octal | 215 | 323 | 354 | 50 | 13 | 0 | 7 | 304 | 107 | 112 |
| Binary | 10001101 | 11010011 | 11101100 | 101000 | 1011 | 0 | 111 | 11000100 | 1000111 | 1001010 |
Color Harmonies of #8DD3EC
Complementary color
Monochromatic Colors of #8DD3EC
Black with #8DD3EC
Text Example
Text Example
White with #8DD3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD3EC; }
p { color: rgb(141,211,236); }
H1.HeaderClassName
{
color: #8DD3EC;
}
.AnyTagClassName
{
color: #8DD3EC;
}
</style>
background-color css
<style>
a { background-color: #8DD3EC; }
a { background-color: rgb(141,211,236); }
div.DivClassName
{
background-color: #8DD3EC;
}
.BgClassName
{
background-color: #8DD3EC;
}
</style>
border-color css
<style>
span { border-color: #8DD3EC; }
span { border-color: rgb(141,211,236); }
td.TdClassName
{
border-color: #8DD3EC;
}
.TagClassName
{
border-color: #8DD3EC;
}
</style>