Shades of Anakiwa #8BCFE0
Tints of Anakiwa #8BCFE0
RGB
CMYK
RGB Variations
Color information
#8BCFE0 (or 0x8BCFE0) is known color: Anakiwa. HEX triplet: 8B, CF and E0. RGB value is (139,207,224). Sum of RGB (Red+Green+Blue) = 139+207+224=570 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.39% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #8BCFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFE0 is #74301F. Grayscale: #BCBCBC. Windows color (decimal): -7614496 or 14733195. OLE color: 14733195.
HSL color Cylindrical-coordinate representation of color #8BCFE0: hue angle of 192º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BCFE0 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 207 | 224 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.12 |
| HSL | 192º | 0.58% | 0.71% | - |
| HSV(B) | 192º | 0.38% | 0.88% | - |
| XYZ | 46.41 | 55.5 | 78.79 | - |
| YUV | 188.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 224 | 0.38 | 0.08 | 0 | 0.12 | 192 | 0.58 | 0.71 |
| Hex | 8B | CF | E0 | 26 | 8 | 0 | C | C0 | 3A | 47 |
| Octal | 213 | 317 | 340 | 46 | 10 | 0 | 14 | 300 | 72 | 107 |
| Binary | 10001011 | 11001111 | 11100000 | 100110 | 1000 | 0 | 1100 | 11000000 | 111010 | 1000111 |
Color Harmonies of #8BCFE0
Complementary color
Monochromatic Colors of #8BCFE0
Black with #8BCFE0
Text Example
Text Example
White with #8BCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFE0; }
p { color: rgb(139,207,224); }
H1.HeaderClassName
{
color: #8BCFE0;
}
.AnyTagClassName
{
color: #8BCFE0;
}
</style>
background-color css
<style>
a { background-color: #8BCFE0; }
a { background-color: rgb(139,207,224); }
div.DivClassName
{
background-color: #8BCFE0;
}
.BgClassName
{
background-color: #8BCFE0;
}
</style>
border-color css
<style>
span { border-color: #8BCFE0; }
span { border-color: rgb(139,207,224); }
td.TdClassName
{
border-color: #8BCFE0;
}
.TagClassName
{
border-color: #8BCFE0;
}
</style>