Shades of Anakiwa #8CCEF0
Tints of Anakiwa #8CCEF0
RGB
CMYK
RGB Variations
Color information
#8CCEF0 (or 0x8CCEF0) is known color: Anakiwa. HEX triplet: 8C, CE and F0. RGB value is (140,206,240). Sum of RGB (Red+Green+Blue) = 140+206+240=586 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.89% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #8CCEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCEF0 is #73310F. Grayscale: #BDBDBD. Windows color (decimal): -7549200 or 15781516. OLE color: 15781516.
HSL color Cylindrical-coordinate representation of color #8CCEF0: hue angle of 200.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCEF0 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 206 | 240 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.06 |
| HSL | 200.4º | 0.77% | 0.75% | - |
| HSV(B) | 200.4º | 0.42% | 0.94% | - |
| XYZ | 48.61 | 56.01 | 90.69 | - |
| YUV | 190.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 240 | 0.42 | 0.14 | 0 | 0.06 | 200.4 | 0.77 | 0.75 |
| Hex | 8C | CE | F0 | 2A | E | 0 | 6 | C8 | 4D | 4B |
| Octal | 214 | 316 | 360 | 52 | 16 | 0 | 6 | 310 | 115 | 113 |
| Binary | 10001100 | 11001110 | 11110000 | 101010 | 1110 | 0 | 110 | 11001000 | 1001101 | 1001011 |
Color Harmonies of #8CCEF0
Complementary color
Monochromatic Colors of #8CCEF0
Black with #8CCEF0
Text Example
Text Example
White with #8CCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEF0; }
p { color: rgb(140,206,240); }
H1.HeaderClassName
{
color: #8CCEF0;
}
.AnyTagClassName
{
color: #8CCEF0;
}
</style>
background-color css
<style>
a { background-color: #8CCEF0; }
a { background-color: rgb(140,206,240); }
div.DivClassName
{
background-color: #8CCEF0;
}
.BgClassName
{
background-color: #8CCEF0;
}
</style>
border-color css
<style>
span { border-color: #8CCEF0; }
span { border-color: rgb(140,206,240); }
td.TdClassName
{
border-color: #8CCEF0;
}
.TagClassName
{
border-color: #8CCEF0;
}
</style>