Shades of Anakiwa #8BC2DC
Tints of Anakiwa #8BC2DC
RGB
CMYK
RGB Variations
Color information
#8BC2DC (or 0x8BC2DC) is known color: Anakiwa. HEX triplet: 8B, C2 and DC. RGB value is (139,194,220). Sum of RGB (Red+Green+Blue) = 139+194+220=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC2DC is #743D23. Grayscale: #B4B4B4. Windows color (decimal): -7617828 or 14467723. OLE color: 14467723.
HSL color Cylindrical-coordinate representation of color #8BC2DC: hue angle of 199.26º degrees, saturation: 0.54, 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 #8BC2DC is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 194 | 220 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.14 |
| HSL | 199.26º | 0.54% | 0.7% | - |
| HSV(B) | 199.26º | 0.37% | 0.86% | - |
| XYZ | 42.86 | 49.24 | 74.96 | - |
| YUV | 180.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 194 | 220 | 0.37 | 0.12 | 0 | 0.14 | 199.26 | 0.54 | 0.7 |
| Hex | 8B | C2 | DC | 25 | C | 0 | E | C7 | 36 | 46 |
| Octal | 213 | 302 | 334 | 45 | 14 | 0 | 16 | 307 | 66 | 106 |
| Binary | 10001011 | 11000010 | 11011100 | 100101 | 1100 | 0 | 1110 | 11000111 | 110110 | 1000110 |
Color Harmonies of #8BC2DC
Complementary color
Monochromatic Colors of #8BC2DC
Black with #8BC2DC
Text Example
Text Example
White with #8BC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC2DC; }
p { color: rgb(139,194,220); }
H1.HeaderClassName
{
color: #8BC2DC;
}
.AnyTagClassName
{
color: #8BC2DC;
}
</style>
background-color css
<style>
a { background-color: #8BC2DC; }
a { background-color: rgb(139,194,220); }
div.DivClassName
{
background-color: #8BC2DC;
}
.BgClassName
{
background-color: #8BC2DC;
}
</style>
border-color css
<style>
span { border-color: #8BC2DC; }
span { border-color: rgb(139,194,220); }
td.TdClassName
{
border-color: #8BC2DC;
}
.TagClassName
{
border-color: #8BC2DC;
}
</style>