Shades of Anakiwa #8CCEEB
Tints of Anakiwa #8CCEEB
RGB
CMYK
RGB Variations
Color information
#8CCEEB (or 0x8CCEEB) is known color: Anakiwa. HEX triplet: 8C, CE and EB. RGB value is (140,206,235). Sum of RGB (Red+Green+Blue) = 140+206+235=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CCEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCEEB is #733114. Grayscale: #BDBDBD. Windows color (decimal): -7549205 or 15453836. OLE color: 15453836.
HSL color Cylindrical-coordinate representation of color #8CCEEB: hue angle of 198.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCEEB is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 206 | 235 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.08 |
| HSL | 198.32º | 0.7% | 0.74% | - |
| HSV(B) | 198.32º | 0.4% | 0.92% | - |
| XYZ | 47.88 | 55.72 | 86.83 | - |
| YUV | 189.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 235 | 0.40 | 0.12 | 0 | 0.08 | 198.32 | 0.7 | 0.74 |
| Hex | 8C | CE | EB | 28 | C | 0 | 8 | C6 | 46 | 4A |
| Octal | 214 | 316 | 353 | 50 | 14 | 0 | 10 | 306 | 106 | 112 |
| Binary | 10001100 | 11001110 | 11101011 | 101000 | 1100 | 0 | 1000 | 11000110 | 1000110 | 1001010 |
Color Harmonies of #8CCEEB
Complementary color
Monochromatic Colors of #8CCEEB
Black with #8CCEEB
Text Example
Text Example
White with #8CCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEEB; }
p { color: rgb(140,206,235); }
H1.HeaderClassName
{
color: #8CCEEB;
}
.AnyTagClassName
{
color: #8CCEEB;
}
</style>
background-color css
<style>
a { background-color: #8CCEEB; }
a { background-color: rgb(140,206,235); }
div.DivClassName
{
background-color: #8CCEEB;
}
.BgClassName
{
background-color: #8CCEEB;
}
</style>
border-color css
<style>
span { border-color: #8CCEEB; }
span { border-color: rgb(140,206,235); }
td.TdClassName
{
border-color: #8CCEEB;
}
.TagClassName
{
border-color: #8CCEEB;
}
</style>