Shades of Anakiwa #8BCFE1
Tints of Anakiwa #8BCFE1
RGB
CMYK
RGB Variations
Color information
#8BCFE1 (or 0x8BCFE1) is known color: Anakiwa. HEX triplet: 8B, CF and E1. RGB value is (139,207,225). Sum of RGB (Red+Green+Blue) = 139+207+225=571 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.34% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BCFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCFE1 is #74301E. Grayscale: #BCBCBC. Windows color (decimal): -7614495 or 14798731. OLE color: 14798731.
HSL color Cylindrical-coordinate representation of color #8BCFE1: hue angle of 192.56º degrees, saturation: 0.59, 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 #8BCFE1 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 207 | 225 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.12 |
| HSL | 192.56º | 0.59% | 0.71% | - |
| HSV(B) | 192.56º | 0.38% | 0.88% | - |
| XYZ | 46.55 | 55.55 | 79.5 | - |
| YUV | 188.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 225 | 0.38 | 0.08 | 0 | 0.12 | 192.56 | 0.59 | 0.71 |
| Hex | 8B | CF | E1 | 26 | 8 | 0 | C | C1 | 3B | 47 |
| Octal | 213 | 317 | 341 | 46 | 10 | 0 | 14 | 301 | 73 | 107 |
| Binary | 10001011 | 11001111 | 11100001 | 100110 | 1000 | 0 | 1100 | 11000001 | 111011 | 1000111 |
Color Harmonies of #8BCFE1
Complementary color
Monochromatic Colors of #8BCFE1
Black with #8BCFE1
Text Example
Text Example
White with #8BCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFE1; }
p { color: rgb(139,207,225); }
H1.HeaderClassName
{
color: #8BCFE1;
}
.AnyTagClassName
{
color: #8BCFE1;
}
</style>
background-color css
<style>
a { background-color: #8BCFE1; }
a { background-color: rgb(139,207,225); }
div.DivClassName
{
background-color: #8BCFE1;
}
.BgClassName
{
background-color: #8BCFE1;
}
</style>
border-color css
<style>
span { border-color: #8BCFE1; }
span { border-color: rgb(139,207,225); }
td.TdClassName
{
border-color: #8BCFE1;
}
.TagClassName
{
border-color: #8BCFE1;
}
</style>