Shades of Anakiwa #8BCCE4
Tints of Anakiwa #8BCCE4
RGB
CMYK
RGB Variations
Color information
#8BCCE4 (or 0x8BCCE4) is known color: Anakiwa. HEX triplet: 8B, CC and E4. RGB value is (139,204,228). Sum of RGB (Red+Green+Blue) = 139+204+228=571 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.34% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 228 - color contains mainly: blue. Hex color #8BCCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCCE4 is #74331B. Grayscale: #BBBBBB. Windows color (decimal): -7615260 or 14994571. OLE color: 14994571.
HSL color Cylindrical-coordinate representation of color #8BCCE4: hue angle of 196.18º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BCCE4 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 204 | 228 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.11 |
| HSL | 196.18º | 0.62% | 0.72% | - |
| HSV(B) | 196.18º | 0.39% | 0.89% | - |
| XYZ | 46.24 | 54.28 | 81.44 | - |
| YUV | 187.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 228 | 0.39 | 0.11 | 0 | 0.11 | 196.18 | 0.62 | 0.72 |
| Hex | 8B | CC | E4 | 27 | B | 0 | B | C4 | 3E | 48 |
| Octal | 213 | 314 | 344 | 47 | 13 | 0 | 13 | 304 | 76 | 110 |
| Binary | 10001011 | 11001100 | 11100100 | 100111 | 1011 | 0 | 1011 | 11000100 | 111110 | 1001000 |
Color Harmonies of #8BCCE4
Complementary color
Monochromatic Colors of #8BCCE4
Black with #8BCCE4
Text Example
Text Example
White with #8BCCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCCE4; }
p { color: rgb(139,204,228); }
H1.HeaderClassName
{
color: #8BCCE4;
}
.AnyTagClassName
{
color: #8BCCE4;
}
</style>
background-color css
<style>
a { background-color: #8BCCE4; }
a { background-color: rgb(139,204,228); }
div.DivClassName
{
background-color: #8BCCE4;
}
.BgClassName
{
background-color: #8BCCE4;
}
</style>
border-color css
<style>
span { border-color: #8BCCE4; }
span { border-color: rgb(139,204,228); }
td.TdClassName
{
border-color: #8BCCE4;
}
.TagClassName
{
border-color: #8BCCE4;
}
</style>