Shades of Anakiwa #8BC1DB
Tints of Anakiwa #8BC1DB
RGB
CMYK
RGB Variations
Color information
#8BC1DB (or 0x8BC1DB) is known color: Anakiwa. HEX triplet: 8B, C1 and DB. RGB value is (139,193,219). Sum of RGB (Red+Green+Blue) = 139+193+219=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BC1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC1DB is #743E24. Grayscale: #B3B3B3. Windows color (decimal): -7618085 or 14401931. OLE color: 14401931.
HSL color Cylindrical-coordinate representation of color #8BC1DB: hue angle of 199.5º 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 #8BC1DB is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 193 | 219 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.14 |
| HSL | 199.5º | 0.53% | 0.7% | - |
| HSV(B) | 199.5º | 0.37% | 0.86% | - |
| XYZ | 42.5 | 48.74 | 74.19 | - |
| YUV | 179.82 | 150.11 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 219 | 0.37 | 0.12 | 0 | 0.14 | 199.5 | 0.53 | 0.7 |
| Hex | 8B | C1 | DB | 25 | C | 0 | E | C8 | 35 | 46 |
| Octal | 213 | 301 | 333 | 45 | 14 | 0 | 16 | 310 | 65 | 106 |
| Binary | 10001011 | 11000001 | 11011011 | 100101 | 1100 | 0 | 1110 | 11001000 | 110101 | 1000110 |
Color Harmonies of #8BC1DB
Complementary color
Monochromatic Colors of #8BC1DB
Black with #8BC1DB
Text Example
Text Example
White with #8BC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC1DB; }
p { color: rgb(139,193,219); }
H1.HeaderClassName
{
color: #8BC1DB;
}
.AnyTagClassName
{
color: #8BC1DB;
}
</style>
background-color css
<style>
a { background-color: #8BC1DB; }
a { background-color: rgb(139,193,219); }
div.DivClassName
{
background-color: #8BC1DB;
}
.BgClassName
{
background-color: #8BC1DB;
}
</style>
border-color css
<style>
span { border-color: #8BC1DB; }
span { border-color: rgb(139,193,219); }
td.TdClassName
{
border-color: #8BC1DB;
}
.TagClassName
{
border-color: #8BC1DB;
}
</style>