Shades of Anakiwa #8CD1EA
Tints of Anakiwa #8CD1EA
RGB
CMYK
RGB Variations
Color information
#8CD1EA (or 0x8CD1EA) is known color: Anakiwa. HEX triplet: 8C, D1 and EA. RGB value is (140,209,234). Sum of RGB (Red+Green+Blue) = 140+209+234=583 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.01% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CD1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CD1EA is #732E15. Grayscale: #BFBFBF. Windows color (decimal): -7548438 or 15389068. OLE color: 15389068.
HSL color Cylindrical-coordinate representation of color #8CD1EA: hue angle of 195.96º 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 #8CD1EA is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 209 | 234 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.08 |
| HSL | 195.96º | 0.69% | 0.73% | - |
| HSV(B) | 195.96º | 0.4% | 0.92% | - |
| XYZ | 48.47 | 57.12 | 86.31 | - |
| YUV | 191.22 | 152.14 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 209 | 234 | 0.40 | 0.11 | 0 | 0.08 | 195.96 | 0.69 | 0.73 |
| Hex | 8C | D1 | EA | 28 | B | 0 | 8 | C4 | 45 | 49 |
| Octal | 214 | 321 | 352 | 50 | 13 | 0 | 10 | 304 | 105 | 111 |
| Binary | 10001100 | 11010001 | 11101010 | 101000 | 1011 | 0 | 1000 | 11000100 | 1000101 | 1001001 |
Color Harmonies of #8CD1EA
Complementary color
Monochromatic Colors of #8CD1EA
Black with #8CD1EA
Text Example
Text Example
White with #8CD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD1EA; }
p { color: rgb(140,209,234); }
H1.HeaderClassName
{
color: #8CD1EA;
}
.AnyTagClassName
{
color: #8CD1EA;
}
</style>
background-color css
<style>
a { background-color: #8CD1EA; }
a { background-color: rgb(140,209,234); }
div.DivClassName
{
background-color: #8CD1EA;
}
.BgClassName
{
background-color: #8CD1EA;
}
</style>
border-color css
<style>
span { border-color: #8CD1EA; }
span { border-color: rgb(140,209,234); }
td.TdClassName
{
border-color: #8CD1EA;
}
.TagClassName
{
border-color: #8CD1EA;
}
</style>