Shades of Anakiwa #8DD9EA
Tints of Anakiwa #8DD9EA
RGB
CMYK
RGB Variations
Color information
#8DD9EA (or 0x8DD9EA) is known color: Anakiwa. HEX triplet: 8D, D9 and EA. RGB value is (141,217,234). Sum of RGB (Red+Green+Blue) = 141+217+234=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DD9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD9EA is #722615. Grayscale: #C4C4C4. Windows color (decimal): -7480854 or 15391117. OLE color: 15391117.
HSL color Cylindrical-coordinate representation of color #8DD9EA: hue angle of 190.97º 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 #8DD9EA is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 217 | 234 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.08 |
| HSL | 190.97º | 0.69% | 0.74% | - |
| HSV(B) | 190.97º | 0.4% | 0.92% | - |
| XYZ | 50.65 | 61.23 | 86.99 | - |
| YUV | 196.21 | 149.32 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 217 | 234 | 0.40 | 0.07 | 0 | 0.08 | 190.97 | 0.69 | 0.74 |
| Hex | 8D | D9 | EA | 28 | 7 | 0 | 8 | BF | 45 | 4A |
| Octal | 215 | 331 | 352 | 50 | 7 | 0 | 10 | 277 | 105 | 112 |
| Binary | 10001101 | 11011001 | 11101010 | 101000 | 111 | 0 | 1000 | 10111111 | 1000101 | 1001010 |
Color Harmonies of #8DD9EA
Complementary color
Monochromatic Colors of #8DD9EA
Black with #8DD9EA
Text Example
Text Example
White with #8DD9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD9EA; }
p { color: rgb(141,217,234); }
H1.HeaderClassName
{
color: #8DD9EA;
}
.AnyTagClassName
{
color: #8DD9EA;
}
</style>
background-color css
<style>
a { background-color: #8DD9EA; }
a { background-color: rgb(141,217,234); }
div.DivClassName
{
background-color: #8DD9EA;
}
.BgClassName
{
background-color: #8DD9EA;
}
</style>
border-color css
<style>
span { border-color: #8DD9EA; }
span { border-color: rgb(141,217,234); }
td.TdClassName
{
border-color: #8DD9EA;
}
.TagClassName
{
border-color: #8DD9EA;
}
</style>