Shades of Anakiwa #8BC7DC
Tints of Anakiwa #8BC7DC
RGB
CMYK
RGB Variations
Color information
#8BC7DC (or 0x8BC7DC) is known color: Anakiwa. HEX triplet: 8B, C7 and DC. RGB value is (139,199,220). Sum of RGB (Red+Green+Blue) = 139+199+220=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BC7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC7DC is #743823. Grayscale: #B7B7B7. Windows color (decimal): -7616548 or 14469003. OLE color: 14469003.
HSL color Cylindrical-coordinate representation of color #8BC7DC: hue angle of 195.56º 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 #8BC7DC is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 199 | 220 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.14 |
| HSL | 195.56º | 0.54% | 0.7% | - |
| HSV(B) | 195.56º | 0.37% | 0.86% | - |
| XYZ | 43.99 | 51.5 | 75.33 | - |
| YUV | 183.45 | 148.62 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 220 | 0.37 | 0.10 | 0 | 0.14 | 195.56 | 0.54 | 0.7 |
| Hex | 8B | C7 | DC | 25 | A | 0 | E | C4 | 36 | 46 |
| Octal | 213 | 307 | 334 | 45 | 12 | 0 | 16 | 304 | 66 | 106 |
| Binary | 10001011 | 11000111 | 11011100 | 100101 | 1010 | 0 | 1110 | 11000100 | 110110 | 1000110 |
Color Harmonies of #8BC7DC
Complementary color
Monochromatic Colors of #8BC7DC
Black with #8BC7DC
Text Example
Text Example
White with #8BC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC7DC; }
p { color: rgb(139,199,220); }
H1.HeaderClassName
{
color: #8BC7DC;
}
.AnyTagClassName
{
color: #8BC7DC;
}
</style>
background-color css
<style>
a { background-color: #8BC7DC; }
a { background-color: rgb(139,199,220); }
div.DivClassName
{
background-color: #8BC7DC;
}
.BgClassName
{
background-color: #8BC7DC;
}
</style>
border-color css
<style>
span { border-color: #8BC7DC; }
span { border-color: rgb(139,199,220); }
td.TdClassName
{
border-color: #8BC7DC;
}
.TagClassName
{
border-color: #8BC7DC;
}
</style>