Shades of Anakiwa #8DD2EE
Tints of Anakiwa #8DD2EE
RGB
CMYK
RGB Variations
Color information
#8DD2EE (or 0x8DD2EE) is known color: Anakiwa. HEX triplet: 8D, D2 and EE. RGB value is (141,210,238). Sum of RGB (Red+Green+Blue) = 141+210+238=589 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.94% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DD2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DD2EE is #722D11. Grayscale: #C0C0C0. Windows color (decimal): -7482642 or 15651469. OLE color: 15651469.
HSL color Cylindrical-coordinate representation of color #8DD2EE: hue angle of 197.32º degrees, saturation: 0.74, 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 #8DD2EE is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 210 | 238 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.07 |
| HSL | 197.32º | 0.74% | 0.74% | - |
| HSV(B) | 197.32º | 0.41% | 0.93% | - |
| XYZ | 49.46 | 57.93 | 89.46 | - |
| YUV | 192.56 | 153.64 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 238 | 0.41 | 0.12 | 0 | 0.07 | 197.32 | 0.74 | 0.74 |
| Hex | 8D | D2 | EE | 29 | C | 0 | 7 | C5 | 4A | 4A |
| Octal | 215 | 322 | 356 | 51 | 14 | 0 | 7 | 305 | 112 | 112 |
| Binary | 10001101 | 11010010 | 11101110 | 101001 | 1100 | 0 | 111 | 11000101 | 1001010 | 1001010 |
Color Harmonies of #8DD2EE
Complementary color
Monochromatic Colors of #8DD2EE
Black with #8DD2EE
Text Example
Text Example
White with #8DD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD2EE; }
p { color: rgb(141,210,238); }
H1.HeaderClassName
{
color: #8DD2EE;
}
.AnyTagClassName
{
color: #8DD2EE;
}
</style>
background-color css
<style>
a { background-color: #8DD2EE; }
a { background-color: rgb(141,210,238); }
div.DivClassName
{
background-color: #8DD2EE;
}
.BgClassName
{
background-color: #8DD2EE;
}
</style>
border-color css
<style>
span { border-color: #8DD2EE; }
span { border-color: rgb(141,210,238); }
td.TdClassName
{
border-color: #8DD2EE;
}
.TagClassName
{
border-color: #8DD2EE;
}
</style>