Shades of Anakiwa #8BC5E4
Tints of Anakiwa #8BC5E4
RGB
CMYK
RGB Variations
Color information
#8BC5E4 (or 0x8BC5E4) is known color: Anakiwa. HEX triplet: 8B, C5 and E4. RGB value is (139,197,228). Sum of RGB (Red+Green+Blue) = 139+197+228=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #8BC5E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC5E4 is #743A1B. Grayscale: #B7B7B7. Windows color (decimal): -7617052 or 14992779. OLE color: 14992779.
HSL color Cylindrical-coordinate representation of color #8BC5E4: hue angle of 200.9º 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 #8BC5E4 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 197 | 228 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.11 |
| HSL | 200.9º | 0.62% | 0.72% | - |
| HSV(B) | 200.9º | 0.39% | 0.89% | - |
| XYZ | 44.62 | 51.02 | 80.9 | - |
| YUV | 183.19 | 153.28 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 228 | 0.39 | 0.14 | 0 | 0.11 | 200.9 | 0.62 | 0.72 |
| Hex | 8B | C5 | E4 | 27 | E | 0 | B | C9 | 3E | 48 |
| Octal | 213 | 305 | 344 | 47 | 16 | 0 | 13 | 311 | 76 | 110 |
| Binary | 10001011 | 11000101 | 11100100 | 100111 | 1110 | 0 | 1011 | 11001001 | 111110 | 1001000 |
Color Harmonies of #8BC5E4
Complementary color
Monochromatic Colors of #8BC5E4
Black with #8BC5E4
Text Example
Text Example
White with #8BC5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC5E4; }
p { color: rgb(139,197,228); }
H1.HeaderClassName
{
color: #8BC5E4;
}
.AnyTagClassName
{
color: #8BC5E4;
}
</style>
background-color css
<style>
a { background-color: #8BC5E4; }
a { background-color: rgb(139,197,228); }
div.DivClassName
{
background-color: #8BC5E4;
}
.BgClassName
{
background-color: #8BC5E4;
}
</style>
border-color css
<style>
span { border-color: #8BC5E4; }
span { border-color: rgb(139,197,228); }
td.TdClassName
{
border-color: #8BC5E4;
}
.TagClassName
{
border-color: #8BC5E4;
}
</style>