Shades of Anakiwa #8BCDEC
Tints of Anakiwa #8BCDEC
RGB
CMYK
RGB Variations
Color information
#8BCDEC (or 0x8BCDEC) is known color: Anakiwa. HEX triplet: 8B, CD and EC. RGB value is (139,205,236). Sum of RGB (Red+Green+Blue) = 139+205+236=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BCDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCDEC is #743213. Grayscale: #BCBCBC. Windows color (decimal): -7614996 or 15519115. OLE color: 15519115.
HSL color Cylindrical-coordinate representation of color #8BCDEC: hue angle of 199.18º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BCDEC is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 205 | 236 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.07 |
| HSL | 199.18º | 0.72% | 0.74% | - |
| HSV(B) | 199.18º | 0.41% | 0.93% | - |
| XYZ | 47.62 | 55.21 | 87.5 | - |
| YUV | 188.8 | 154.63 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 236 | 0.41 | 0.13 | 0 | 0.07 | 199.18 | 0.72 | 0.74 |
| Hex | 8B | CD | EC | 29 | D | 0 | 7 | C7 | 48 | 4A |
| Octal | 213 | 315 | 354 | 51 | 15 | 0 | 7 | 307 | 110 | 112 |
| Binary | 10001011 | 11001101 | 11101100 | 101001 | 1101 | 0 | 111 | 11000111 | 1001000 | 1001010 |
Color Harmonies of #8BCDEC
Complementary color
Monochromatic Colors of #8BCDEC
Black with #8BCDEC
Text Example
Text Example
White with #8BCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDEC; }
p { color: rgb(139,205,236); }
H1.HeaderClassName
{
color: #8BCDEC;
}
.AnyTagClassName
{
color: #8BCDEC;
}
</style>
background-color css
<style>
a { background-color: #8BCDEC; }
a { background-color: rgb(139,205,236); }
div.DivClassName
{
background-color: #8BCDEC;
}
.BgClassName
{
background-color: #8BCDEC;
}
</style>
border-color css
<style>
span { border-color: #8BCDEC; }
span { border-color: rgb(139,205,236); }
td.TdClassName
{
border-color: #8BCDEC;
}
.TagClassName
{
border-color: #8BCDEC;
}
</style>