Shades of Anakiwa #8BC0DB
Tints of Anakiwa #8BC0DB
RGB
CMYK
RGB Variations
Color information
#8BC0DB (or 0x8BC0DB) is known color: Anakiwa. HEX triplet: 8B, C0 and DB. RGB value is (139,192,219). Sum of RGB (Red+Green+Blue) = 139+192+219=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0DB is #743F24. Grayscale: #B3B3B3. Windows color (decimal): -7618341 or 14401675. OLE color: 14401675.
HSL color Cylindrical-coordinate representation of color #8BC0DB: hue angle of 200.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BC0DB is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 192 | 219 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.14 |
| HSL | 200.25º | 0.53% | 0.7% | - |
| HSV(B) | 200.25º | 0.37% | 0.86% | - |
| XYZ | 42.28 | 48.3 | 74.11 | - |
| YUV | 179.23 | 150.44 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 219 | 0.37 | 0.12 | 0 | 0.14 | 200.25 | 0.53 | 0.7 |
| Hex | 8B | C0 | DB | 25 | C | 0 | E | C8 | 35 | 46 |
| Octal | 213 | 300 | 333 | 45 | 14 | 0 | 16 | 310 | 65 | 106 |
| Binary | 10001011 | 11000000 | 11011011 | 100101 | 1100 | 0 | 1110 | 11001000 | 110101 | 1000110 |
Color Harmonies of #8BC0DB
Complementary color
Monochromatic Colors of #8BC0DB
Black with #8BC0DB
Text Example
Text Example
White with #8BC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC0DB; }
p { color: rgb(139,192,219); }
H1.HeaderClassName
{
color: #8BC0DB;
}
.AnyTagClassName
{
color: #8BC0DB;
}
</style>
background-color css
<style>
a { background-color: #8BC0DB; }
a { background-color: rgb(139,192,219); }
div.DivClassName
{
background-color: #8BC0DB;
}
.BgClassName
{
background-color: #8BC0DB;
}
</style>
border-color css
<style>
span { border-color: #8BC0DB; }
span { border-color: rgb(139,192,219); }
td.TdClassName
{
border-color: #8BC0DB;
}
.TagClassName
{
border-color: #8BC0DB;
}
</style>