Shades of Anakiwa #8BCEE6
Tints of Anakiwa #8BCEE6
RGB
CMYK
RGB Variations
Color information
#8BCEE6 (or 0x8BCEE6) is known color: Anakiwa. HEX triplet: 8B, CE and E6. RGB value is (139,206,230). Sum of RGB (Red+Green+Blue) = 139+206+230=575 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.17% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BCEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCEE6 is #743119. Grayscale: #BCBCBC. Windows color (decimal): -7614746 or 15126155. OLE color: 15126155.
HSL color Cylindrical-coordinate representation of color #8BCEE6: hue angle of 195.82º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BCEE6 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 206 | 230 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.10 |
| HSL | 195.82º | 0.65% | 0.72% | - |
| HSV(B) | 195.82º | 0.4% | 0.9% | - |
| XYZ | 47 | 55.34 | 83.07 | - |
| YUV | 188.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 230 | 0.40 | 0.10 | 0 | 0.10 | 195.82 | 0.65 | 0.72 |
| Hex | 8B | CE | E6 | 28 | A | 0 | A | C4 | 41 | 48 |
| Octal | 213 | 316 | 346 | 50 | 12 | 0 | 12 | 304 | 101 | 110 |
| Binary | 10001011 | 11001110 | 11100110 | 101000 | 1010 | 0 | 1010 | 11000100 | 1000001 | 1001000 |
Color Harmonies of #8BCEE6
Complementary color
Monochromatic Colors of #8BCEE6
Black with #8BCEE6
Text Example
Text Example
White with #8BCEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCEE6; }
p { color: rgb(139,206,230); }
H1.HeaderClassName
{
color: #8BCEE6;
}
.AnyTagClassName
{
color: #8BCEE6;
}
</style>
background-color css
<style>
a { background-color: #8BCEE6; }
a { background-color: rgb(139,206,230); }
div.DivClassName
{
background-color: #8BCEE6;
}
.BgClassName
{
background-color: #8BCEE6;
}
</style>
border-color css
<style>
span { border-color: #8BCEE6; }
span { border-color: rgb(139,206,230); }
td.TdClassName
{
border-color: #8BCEE6;
}
.TagClassName
{
border-color: #8BCEE6;
}
</style>