Shades of Anakiwa #8BCEE7
Tints of Anakiwa #8BCEE7
RGB
CMYK
RGB Variations
Color information
#8BCEE7 (or 0x8BCEE7) is known color: Anakiwa. HEX triplet: 8B, CE and E7. RGB value is (139,206,231). Sum of RGB (Red+Green+Blue) = 139+206+231=576 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.13% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #8BCEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCEE7 is #743118. Grayscale: #BCBCBC. Windows color (decimal): -7614745 or 15191691. OLE color: 15191691.
HSL color Cylindrical-coordinate representation of color #8BCEE7: hue angle of 196.3º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BCEE7 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 206 | 231 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.09 |
| HSL | 196.3º | 0.66% | 0.73% | - |
| HSV(B) | 196.3º | 0.4% | 0.91% | - |
| XYZ | 47.14 | 55.4 | 83.81 | - |
| YUV | 188.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 231 | 0.40 | 0.11 | 0 | 0.09 | 196.3 | 0.66 | 0.73 |
| Hex | 8B | CE | E7 | 28 | B | 0 | 9 | C4 | 42 | 49 |
| Octal | 213 | 316 | 347 | 50 | 13 | 0 | 11 | 304 | 102 | 111 |
| Binary | 10001011 | 11001110 | 11100111 | 101000 | 1011 | 0 | 1001 | 11000100 | 1000010 | 1001001 |
Color Harmonies of #8BCEE7
Complementary color
Monochromatic Colors of #8BCEE7
Black with #8BCEE7
Text Example
Text Example
White with #8BCEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCEE7; }
p { color: rgb(139,206,231); }
H1.HeaderClassName
{
color: #8BCEE7;
}
.AnyTagClassName
{
color: #8BCEE7;
}
</style>
background-color css
<style>
a { background-color: #8BCEE7; }
a { background-color: rgb(139,206,231); }
div.DivClassName
{
background-color: #8BCEE7;
}
.BgClassName
{
background-color: #8BCEE7;
}
</style>
border-color css
<style>
span { border-color: #8BCEE7; }
span { border-color: rgb(139,206,231); }
td.TdClassName
{
border-color: #8BCEE7;
}
.TagClassName
{
border-color: #8BCEE7;
}
</style>