Shades of Anakiwa #8BCEEC
Tints of Anakiwa #8BCEEC
RGB
CMYK
RGB Variations
Color information
#8BCEEC (or 0x8BCEEC) is known color: Anakiwa. HEX triplet: 8B, CE and EC. RGB value is (139,206,236). Sum of RGB (Red+Green+Blue) = 139+206+236=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BCEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCEEC is #743113. Grayscale: #BDBDBD. Windows color (decimal): -7614740 or 15519371. OLE color: 15519371.
HSL color Cylindrical-coordinate representation of color #8BCEEC: hue angle of 198.56º 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 #8BCEEC is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 206 | 236 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.07 |
| HSL | 198.56º | 0.72% | 0.74% | - |
| HSV(B) | 198.56º | 0.41% | 0.93% | - |
| XYZ | 47.86 | 55.69 | 87.58 | - |
| YUV | 189.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 206 | 236 | 0.41 | 0.13 | 0 | 0.07 | 198.56 | 0.72 | 0.74 |
| Hex | 8B | CE | EC | 29 | D | 0 | 7 | C7 | 48 | 4A |
| Octal | 213 | 316 | 354 | 51 | 15 | 0 | 7 | 307 | 110 | 112 |
| Binary | 10001011 | 11001110 | 11101100 | 101001 | 1101 | 0 | 111 | 11000111 | 1001000 | 1001010 |
Color Harmonies of #8BCEEC
Complementary color
Monochromatic Colors of #8BCEEC
Black with #8BCEEC
Text Example
Text Example
White with #8BCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCEEC; }
p { color: rgb(139,206,236); }
H1.HeaderClassName
{
color: #8BCEEC;
}
.AnyTagClassName
{
color: #8BCEEC;
}
</style>
background-color css
<style>
a { background-color: #8BCEEC; }
a { background-color: rgb(139,206,236); }
div.DivClassName
{
background-color: #8BCEEC;
}
.BgClassName
{
background-color: #8BCEEC;
}
</style>
border-color css
<style>
span { border-color: #8BCEEC; }
span { border-color: rgb(139,206,236); }
td.TdClassName
{
border-color: #8BCEEC;
}
.TagClassName
{
border-color: #8BCEEC;
}
</style>