Shades of Anakiwa #8CC4DB
Tints of Anakiwa #8CC4DB
RGB
CMYK
RGB Variations
Color information
#8CC4DB (or 0x8CC4DB) is known color: Anakiwa. HEX triplet: 8C, C4 and DB. RGB value is (140,196,219). Sum of RGB (Red+Green+Blue) = 140+196+219=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CC4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC4DB is #733B24. Grayscale: #B5B5B5. Windows color (decimal): -7551781 or 14402700. OLE color: 14402700.
HSL color Cylindrical-coordinate representation of color #8CC4DB: hue angle of 197.47º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CC4DB is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 196 | 219 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.14 |
| HSL | 197.47º | 0.52% | 0.7% | - |
| HSV(B) | 197.47º | 0.36% | 0.86% | - |
| XYZ | 43.34 | 50.17 | 74.42 | - |
| YUV | 181.88 | 148.95 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 219 | 0.36 | 0.11 | 0 | 0.14 | 197.47 | 0.52 | 0.7 |
| Hex | 8C | C4 | DB | 24 | B | 0 | E | C5 | 34 | 46 |
| Octal | 214 | 304 | 333 | 44 | 13 | 0 | 16 | 305 | 64 | 106 |
| Binary | 10001100 | 11000100 | 11011011 | 100100 | 1011 | 0 | 1110 | 11000101 | 110100 | 1000110 |
Color Harmonies of #8CC4DB
Complementary color
Monochromatic Colors of #8CC4DB
Black with #8CC4DB
Text Example
Text Example
White with #8CC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC4DB; }
p { color: rgb(140,196,219); }
H1.HeaderClassName
{
color: #8CC4DB;
}
.AnyTagClassName
{
color: #8CC4DB;
}
</style>
background-color css
<style>
a { background-color: #8CC4DB; }
a { background-color: rgb(140,196,219); }
div.DivClassName
{
background-color: #8CC4DB;
}
.BgClassName
{
background-color: #8CC4DB;
}
</style>
border-color css
<style>
span { border-color: #8CC4DB; }
span { border-color: rgb(140,196,219); }
td.TdClassName
{
border-color: #8CC4DB;
}
.TagClassName
{
border-color: #8CC4DB;
}
</style>