Shades of Anakiwa #8DDDE8
Tints of Anakiwa #8DDDE8
RGB
CMYK
RGB Variations
Color information
#8DDDE8 (or 0x8DDDE8) is known color: Anakiwa. HEX triplet: 8D, DD and E8. RGB value is (141,221,232). Sum of RGB (Red+Green+Blue) = 141+221+232=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DDDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDE8 is #722217. Grayscale: #C6C6C6. Windows color (decimal): -7479832 or 15261069. OLE color: 15261069.
HSL color Cylindrical-coordinate representation of color #8DDDE8: hue angle of 187.25º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DDDE8 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 221 | 232 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.09 |
| HSL | 187.25º | 0.66% | 0.73% | - |
| HSV(B) | 187.25º | 0.39% | 0.91% | - |
| XYZ | 51.41 | 63.2 | 85.83 | - |
| YUV | 198.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 232 | 0.39 | 0.05 | 0 | 0.09 | 187.25 | 0.66 | 0.73 |
| Hex | 8D | DD | E8 | 27 | 5 | 0 | 9 | BB | 42 | 49 |
| Octal | 215 | 335 | 350 | 47 | 5 | 0 | 11 | 273 | 102 | 111 |
| Binary | 10001101 | 11011101 | 11101000 | 100111 | 101 | 0 | 1001 | 10111011 | 1000010 | 1001001 |
Color Harmonies of #8DDDE8
Complementary color
Monochromatic Colors of #8DDDE8
Black with #8DDDE8
Text Example
Text Example
White with #8DDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDE8; }
p { color: rgb(141,221,232); }
H1.HeaderClassName
{
color: #8DDDE8;
}
.AnyTagClassName
{
color: #8DDDE8;
}
</style>
background-color css
<style>
a { background-color: #8DDDE8; }
a { background-color: rgb(141,221,232); }
div.DivClassName
{
background-color: #8DDDE8;
}
.BgClassName
{
background-color: #8DDDE8;
}
</style>
border-color css
<style>
span { border-color: #8DDDE8; }
span { border-color: rgb(141,221,232); }
td.TdClassName
{
border-color: #8DDDE8;
}
.TagClassName
{
border-color: #8DDDE8;
}
</style>