Shades of Anakiwa #8CC9E9
Tints of Anakiwa #8CC9E9
RGB
CMYK
RGB Variations
Color information
#8CC9E9 (or 0x8CC9E9) is known color: Anakiwa. HEX triplet: 8C, C9 and E9. RGB value is (140,201,233). Sum of RGB (Red+Green+Blue) = 140+201+233=574 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.39% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 233 - color contains mainly: blue. Hex color #8CC9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC9E9 is #733616. Grayscale: #BABABA. Windows color (decimal): -7550487 or 15321484. OLE color: 15321484.
HSL color Cylindrical-coordinate representation of color #8CC9E9: hue angle of 200.65º degrees, saturation: 0.68, 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 #8CC9E9 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 201 | 233 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.09 |
| HSL | 200.65º | 0.68% | 0.73% | - |
| HSV(B) | 200.65º | 0.4% | 0.91% | - |
| XYZ | 46.41 | 53.23 | 84.92 | - |
| YUV | 186.41 | 154.29 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 233 | 0.40 | 0.14 | 0 | 0.09 | 200.65 | 0.68 | 0.73 |
| Hex | 8C | C9 | E9 | 28 | E | 0 | 9 | C9 | 44 | 49 |
| Octal | 214 | 311 | 351 | 50 | 16 | 0 | 11 | 311 | 104 | 111 |
| Binary | 10001100 | 11001001 | 11101001 | 101000 | 1110 | 0 | 1001 | 11001001 | 1000100 | 1001001 |
Color Harmonies of #8CC9E9
Complementary color
Monochromatic Colors of #8CC9E9
Black with #8CC9E9
Text Example
Text Example
White with #8CC9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC9E9; }
p { color: rgb(140,201,233); }
H1.HeaderClassName
{
color: #8CC9E9;
}
.AnyTagClassName
{
color: #8CC9E9;
}
</style>
background-color css
<style>
a { background-color: #8CC9E9; }
a { background-color: rgb(140,201,233); }
div.DivClassName
{
background-color: #8CC9E9;
}
.BgClassName
{
background-color: #8CC9E9;
}
</style>
border-color css
<style>
span { border-color: #8CC9E9; }
span { border-color: rgb(140,201,233); }
td.TdClassName
{
border-color: #8CC9E9;
}
.TagClassName
{
border-color: #8CC9E9;
}
</style>