Shades of Anakiwa #8DD1EA
Tints of Anakiwa #8DD1EA
RGB
CMYK
RGB Variations
Color information
#8DD1EA (or 0x8DD1EA) is known color: Anakiwa. HEX triplet: 8D, D1 and EA. RGB value is (141,209,234). Sum of RGB (Red+Green+Blue) = 141+209+234=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DD1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD1EA is #722E15. Grayscale: #BFBFBF. Windows color (decimal): -7482902 or 15389069. OLE color: 15389069.
HSL color Cylindrical-coordinate representation of color #8DD1EA: hue angle of 196.13º 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 #8DD1EA is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 209 | 234 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.08 |
| HSL | 196.13º | 0.69% | 0.74% | - |
| HSV(B) | 196.13º | 0.4% | 0.92% | - |
| XYZ | 48.64 | 57.2 | 86.32 | - |
| YUV | 191.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 234 | 0.40 | 0.11 | 0 | 0.08 | 196.13 | 0.69 | 0.74 |
| Hex | 8D | D1 | EA | 28 | B | 0 | 8 | C4 | 45 | 4A |
| Octal | 215 | 321 | 352 | 50 | 13 | 0 | 10 | 304 | 105 | 112 |
| Binary | 10001101 | 11010001 | 11101010 | 101000 | 1011 | 0 | 1000 | 11000100 | 1000101 | 1001010 |
Color Harmonies of #8DD1EA
Complementary color
Monochromatic Colors of #8DD1EA
Black with #8DD1EA
Text Example
Text Example
White with #8DD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD1EA; }
p { color: rgb(141,209,234); }
H1.HeaderClassName
{
color: #8DD1EA;
}
.AnyTagClassName
{
color: #8DD1EA;
}
</style>
background-color css
<style>
a { background-color: #8DD1EA; }
a { background-color: rgb(141,209,234); }
div.DivClassName
{
background-color: #8DD1EA;
}
.BgClassName
{
background-color: #8DD1EA;
}
</style>
border-color css
<style>
span { border-color: #8DD1EA; }
span { border-color: rgb(141,209,234); }
td.TdClassName
{
border-color: #8DD1EA;
}
.TagClassName
{
border-color: #8DD1EA;
}
</style>