Shades of Anakiwa #8CCCE8
Tints of Anakiwa #8CCCE8
RGB
CMYK
RGB Variations
Color information
#8CCCE8 (or 0x8CCCE8) is known color: Anakiwa. HEX triplet: 8C, CC and E8. RGB value is (140,204,232). Sum of RGB (Red+Green+Blue) = 140+204+232=576 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.31% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #8CCCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCE8 is #733317. Grayscale: #BBBBBB. Windows color (decimal): -7549720 or 15256716. OLE color: 15256716.
HSL color Cylindrical-coordinate representation of color #8CCCE8: hue angle of 198.26º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCCE8 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 204 | 232 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.09 |
| HSL | 198.26º | 0.67% | 0.73% | - |
| HSV(B) | 198.26º | 0.4% | 0.91% | - |
| XYZ | 46.97 | 54.59 | 84.4 | - |
| YUV | 188.06 | 152.8 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 232 | 0.40 | 0.12 | 0 | 0.09 | 198.26 | 0.67 | 0.73 |
| Hex | 8C | CC | E8 | 28 | C | 0 | 9 | C6 | 43 | 49 |
| Octal | 214 | 314 | 350 | 50 | 14 | 0 | 11 | 306 | 103 | 111 |
| Binary | 10001100 | 11001100 | 11101000 | 101000 | 1100 | 0 | 1001 | 11000110 | 1000011 | 1001001 |
Color Harmonies of #8CCCE8
Complementary color
Monochromatic Colors of #8CCCE8
Black with #8CCCE8
Text Example
Text Example
White with #8CCCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCE8; }
p { color: rgb(140,204,232); }
H1.HeaderClassName
{
color: #8CCCE8;
}
.AnyTagClassName
{
color: #8CCCE8;
}
</style>
background-color css
<style>
a { background-color: #8CCCE8; }
a { background-color: rgb(140,204,232); }
div.DivClassName
{
background-color: #8CCCE8;
}
.BgClassName
{
background-color: #8CCCE8;
}
</style>
border-color css
<style>
span { border-color: #8CCCE8; }
span { border-color: rgb(140,204,232); }
td.TdClassName
{
border-color: #8CCCE8;
}
.TagClassName
{
border-color: #8CCCE8;
}
</style>