Shades of Anakiwa #8DC4DB
Tints of Anakiwa #8DC4DB
RGB
CMYK
RGB Variations
Color information
#8DC4DB (or 0x8DC4DB) is known color: Anakiwa. HEX triplet: 8D, C4 and DB. RGB value is (141,196,219). Sum of RGB (Red+Green+Blue) = 141+196+219=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DC4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC4DB is #723B24. Grayscale: #B6B6B6. Windows color (decimal): -7486245 or 14402701. OLE color: 14402701.
HSL color Cylindrical-coordinate representation of color #8DC4DB: hue angle of 197.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DC4DB is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 196 | 219 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.14 |
| HSL | 197.69º | 0.52% | 0.71% | - |
| HSV(B) | 197.69º | 0.36% | 0.86% | - |
| XYZ | 43.51 | 50.26 | 74.43 | - |
| YUV | 182.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 219 | 0.36 | 0.11 | 0 | 0.14 | 197.69 | 0.52 | 0.71 |
| Hex | 8D | C4 | DB | 24 | B | 0 | E | C6 | 34 | 47 |
| Octal | 215 | 304 | 333 | 44 | 13 | 0 | 16 | 306 | 64 | 107 |
| Binary | 10001101 | 11000100 | 11011011 | 100100 | 1011 | 0 | 1110 | 11000110 | 110100 | 1000111 |
Color Harmonies of #8DC4DB
Complementary color
Monochromatic Colors of #8DC4DB
Black with #8DC4DB
Text Example
Text Example
White with #8DC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC4DB; }
p { color: rgb(141,196,219); }
H1.HeaderClassName
{
color: #8DC4DB;
}
.AnyTagClassName
{
color: #8DC4DB;
}
</style>
background-color css
<style>
a { background-color: #8DC4DB; }
a { background-color: rgb(141,196,219); }
div.DivClassName
{
background-color: #8DC4DB;
}
.BgClassName
{
background-color: #8DC4DB;
}
</style>
border-color css
<style>
span { border-color: #8DC4DB; }
span { border-color: rgb(141,196,219); }
td.TdClassName
{
border-color: #8DC4DB;
}
.TagClassName
{
border-color: #8DC4DB;
}
</style>