Shades of Anakiwa #8CDEEA
Tints of Anakiwa #8CDEEA
RGB
CMYK
RGB Variations
Color information
#8CDEEA (or 0x8CDEEA) is known color: Anakiwa. HEX triplet: 8C, DE and EA. RGB value is (140,222,234). Sum of RGB (Red+Green+Blue) = 140+222+234=596 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.49% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDEEA is #732115. Grayscale: #C6C6C6. Windows color (decimal): -7545110 or 15392396. OLE color: 15392396.
HSL color Cylindrical-coordinate representation of color #8CDEEA: hue angle of 187.66º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CDEEA is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 222 | 234 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.08 |
| HSL | 187.66º | 0.69% | 0.73% | - |
| HSV(B) | 187.66º | 0.4% | 0.92% | - |
| XYZ | 51.79 | 63.76 | 87.42 | - |
| YUV | 198.85 | 147.83 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 222 | 234 | 0.40 | 0.05 | 0 | 0.08 | 187.66 | 0.69 | 0.73 |
| Hex | 8C | DE | EA | 28 | 5 | 0 | 8 | BC | 45 | 49 |
| Octal | 214 | 336 | 352 | 50 | 5 | 0 | 10 | 274 | 105 | 111 |
| Binary | 10001100 | 11011110 | 11101010 | 101000 | 101 | 0 | 1000 | 10111100 | 1000101 | 1001001 |
Color Harmonies of #8CDEEA
Complementary color
Monochromatic Colors of #8CDEEA
Black with #8CDEEA
Text Example
Text Example
White with #8CDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDEEA; }
p { color: rgb(140,222,234); }
H1.HeaderClassName
{
color: #8CDEEA;
}
.AnyTagClassName
{
color: #8CDEEA;
}
</style>
background-color css
<style>
a { background-color: #8CDEEA; }
a { background-color: rgb(140,222,234); }
div.DivClassName
{
background-color: #8CDEEA;
}
.BgClassName
{
background-color: #8CDEEA;
}
</style>
border-color css
<style>
span { border-color: #8CDEEA; }
span { border-color: rgb(140,222,234); }
td.TdClassName
{
border-color: #8CDEEA;
}
.TagClassName
{
border-color: #8CDEEA;
}
</style>