Shades of Anakiwa #8BCCEA
Tints of Anakiwa #8BCCEA
RGB
CMYK
RGB Variations
Color information
#8BCCEA (or 0x8BCCEA) is known color: Anakiwa. HEX triplet: 8B, CC and EA. RGB value is (139,204,234). Sum of RGB (Red+Green+Blue) = 139+204+234=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BCCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCEA is #743315. Grayscale: #BBBBBB. Windows color (decimal): -7615254 or 15387787. OLE color: 15387787.
HSL color Cylindrical-coordinate representation of color #8BCCEA: hue angle of 198.95º degrees, saturation: 0.69, 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 #8BCCEA is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 204 | 234 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.08 |
| HSL | 198.95º | 0.69% | 0.73% | - |
| HSV(B) | 198.95º | 0.41% | 0.92% | - |
| XYZ | 47.09 | 54.62 | 85.9 | - |
| YUV | 187.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 234 | 0.41 | 0.13 | 0 | 0.08 | 198.95 | 0.69 | 0.73 |
| Hex | 8B | CC | EA | 29 | D | 0 | 8 | C7 | 45 | 49 |
| Octal | 213 | 314 | 352 | 51 | 15 | 0 | 10 | 307 | 105 | 111 |
| Binary | 10001011 | 11001100 | 11101010 | 101001 | 1101 | 0 | 1000 | 11000111 | 1000101 | 1001001 |
Color Harmonies of #8BCCEA
Complementary color
Monochromatic Colors of #8BCCEA
Black with #8BCCEA
Text Example
Text Example
White with #8BCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCEA; }
p { color: rgb(139,204,234); }
H1.HeaderClassName
{
color: #8BCCEA;
}
.AnyTagClassName
{
color: #8BCCEA;
}
</style>
background-color css
<style>
a { background-color: #8BCCEA; }
a { background-color: rgb(139,204,234); }
div.DivClassName
{
background-color: #8BCCEA;
}
.BgClassName
{
background-color: #8BCCEA;
}
</style>
border-color css
<style>
span { border-color: #8BCCEA; }
span { border-color: rgb(139,204,234); }
td.TdClassName
{
border-color: #8BCCEA;
}
.TagClassName
{
border-color: #8BCCEA;
}
</style>