Shades of Anakiwa #8DD1ED
Tints of Anakiwa #8DD1ED
RGB
CMYK
RGB Variations
Color information
#8DD1ED (or 0x8DD1ED) is known color: Anakiwa. HEX triplet: 8D, D1 and ED. RGB value is (141,209,237). Sum of RGB (Red+Green+Blue) = 141+209+237=587 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.02% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DD1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD1ED is #722E12. Grayscale: #BFBFBF. Windows color (decimal): -7482899 or 15585677. OLE color: 15585677.
HSL color Cylindrical-coordinate representation of color #8DD1ED: hue angle of 197.5º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DD1ED is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 209 | 237 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.07 |
| HSL | 197.5º | 0.73% | 0.74% | - |
| HSV(B) | 197.5º | 0.41% | 0.93% | - |
| XYZ | 49.07 | 57.38 | 88.61 | - |
| YUV | 191.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 237 | 0.41 | 0.12 | 0 | 0.07 | 197.5 | 0.73 | 0.74 |
| Hex | 8D | D1 | ED | 29 | C | 0 | 7 | C6 | 49 | 4A |
| Octal | 215 | 321 | 355 | 51 | 14 | 0 | 7 | 306 | 111 | 112 |
| Binary | 10001101 | 11010001 | 11101101 | 101001 | 1100 | 0 | 111 | 11000110 | 1001001 | 1001010 |
Color Harmonies of #8DD1ED
Complementary color
Monochromatic Colors of #8DD1ED
Black with #8DD1ED
Text Example
Text Example
White with #8DD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD1ED; }
p { color: rgb(141,209,237); }
H1.HeaderClassName
{
color: #8DD1ED;
}
.AnyTagClassName
{
color: #8DD1ED;
}
</style>
background-color css
<style>
a { background-color: #8DD1ED; }
a { background-color: rgb(141,209,237); }
div.DivClassName
{
background-color: #8DD1ED;
}
.BgClassName
{
background-color: #8DD1ED;
}
</style>
border-color css
<style>
span { border-color: #8DD1ED; }
span { border-color: rgb(141,209,237); }
td.TdClassName
{
border-color: #8DD1ED;
}
.TagClassName
{
border-color: #8DD1ED;
}
</style>