Shades of Anakiwa #8DD3EB
Tints of Anakiwa #8DD3EB
RGB
CMYK
RGB Variations
Color information
#8DD3EB (or 0x8DD3EB) is known color: Anakiwa. HEX triplet: 8D, D3 and EB. RGB value is (141,211,235). Sum of RGB (Red+Green+Blue) = 141+211+235=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DD3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD3EB is #722C14. Grayscale: #C0C0C0. Windows color (decimal): -7482389 or 15455117. OLE color: 15455117.
HSL color Cylindrical-coordinate representation of color #8DD3EB: hue angle of 195.32º degrees, saturation: 0.7, 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 #8DD3EB is Cyan = 0.4, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 211 | 235 | - |
| CMYK | 0.4 | 0.10 | 0 | 0.08 |
| HSL | 195.32º | 0.7% | 0.74% | - |
| HSV(B) | 195.32º | 0.4% | 0.92% | - |
| XYZ | 49.27 | 58.25 | 87.24 | - |
| YUV | 192.81 | 151.81 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 211 | 235 | 0.4 | 0.10 | 0 | 0.08 | 195.32 | 0.7 | 0.74 |
| Hex | 8D | D3 | EB | 28 | A | 0 | 8 | C3 | 46 | 4A |
| Octal | 215 | 323 | 353 | 50 | 12 | 0 | 10 | 303 | 106 | 112 |
| Binary | 10001101 | 11010011 | 11101011 | 101000 | 1010 | 0 | 1000 | 11000011 | 1000110 | 1001010 |
Color Harmonies of #8DD3EB
Complementary color
Monochromatic Colors of #8DD3EB
Black with #8DD3EB
Text Example
Text Example
White with #8DD3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD3EB; }
p { color: rgb(141,211,235); }
H1.HeaderClassName
{
color: #8DD3EB;
}
.AnyTagClassName
{
color: #8DD3EB;
}
</style>
background-color css
<style>
a { background-color: #8DD3EB; }
a { background-color: rgb(141,211,235); }
div.DivClassName
{
background-color: #8DD3EB;
}
.BgClassName
{
background-color: #8DD3EB;
}
</style>
border-color css
<style>
span { border-color: #8DD3EB; }
span { border-color: rgb(141,211,235); }
td.TdClassName
{
border-color: #8DD3EB;
}
.TagClassName
{
border-color: #8DD3EB;
}
</style>