Shades of Anakiwa #8BCCEB
Tints of Anakiwa #8BCCEB
RGB
CMYK
RGB Variations
Color information
#8BCCEB (or 0x8BCCEB) is known color: Anakiwa. HEX triplet: 8B, CC and EB. RGB value is (139,204,235). Sum of RGB (Red+Green+Blue) = 139+204+235=578 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.05% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCEB is #743314. Grayscale: #BBBBBB. Windows color (decimal): -7615253 or 15453323. OLE color: 15453323.
HSL color Cylindrical-coordinate representation of color #8BCCEB: hue angle of 199.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BCCEB is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 204 | 235 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.08 |
| HSL | 199.38º | 0.71% | 0.73% | - |
| HSV(B) | 199.38º | 0.41% | 0.92% | - |
| XYZ | 47.24 | 54.67 | 86.66 | - |
| YUV | 188.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 235 | 0.41 | 0.13 | 0 | 0.08 | 199.38 | 0.71 | 0.73 |
| Hex | 8B | CC | EB | 29 | D | 0 | 8 | C7 | 47 | 49 |
| Octal | 213 | 314 | 353 | 51 | 15 | 0 | 10 | 307 | 107 | 111 |
| Binary | 10001011 | 11001100 | 11101011 | 101001 | 1101 | 0 | 1000 | 11000111 | 1000111 | 1001001 |
Color Harmonies of #8BCCEB
Complementary color
Monochromatic Colors of #8BCCEB
Black with #8BCCEB
Text Example
Text Example
White with #8BCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCEB; }
p { color: rgb(139,204,235); }
H1.HeaderClassName
{
color: #8BCCEB;
}
.AnyTagClassName
{
color: #8BCCEB;
}
</style>
background-color css
<style>
a { background-color: #8BCCEB; }
a { background-color: rgb(139,204,235); }
div.DivClassName
{
background-color: #8BCCEB;
}
.BgClassName
{
background-color: #8BCCEB;
}
</style>
border-color css
<style>
span { border-color: #8BCCEB; }
span { border-color: rgb(139,204,235); }
td.TdClassName
{
border-color: #8BCCEB;
}
.TagClassName
{
border-color: #8BCCEB;
}
</style>