Shades of Anakiwa #8DCAEA
Tints of Anakiwa #8DCAEA
RGB
CMYK
RGB Variations
Color information
#8DCAEA (or 0x8DCAEA) is known color: Anakiwa. HEX triplet: 8D, CA and EA. RGB value is (141,202,234). Sum of RGB (Red+Green+Blue) = 141+202+234=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DCAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCAEA is #723515. Grayscale: #BBBBBB. Windows color (decimal): -7484694 or 15387277. OLE color: 15387277.
HSL color Cylindrical-coordinate representation of color #8DCAEA: hue angle of 200.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DCAEA is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 202 | 234 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.08 |
| HSL | 200.65º | 0.69% | 0.74% | - |
| HSV(B) | 200.65º | 0.4% | 0.92% | - |
| XYZ | 46.96 | 53.84 | 85.76 | - |
| YUV | 187.41 | 154.29 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 234 | 0.40 | 0.14 | 0 | 0.08 | 200.65 | 0.69 | 0.74 |
| Hex | 8D | CA | EA | 28 | E | 0 | 8 | C9 | 45 | 4A |
| Octal | 215 | 312 | 352 | 50 | 16 | 0 | 10 | 311 | 105 | 112 |
| Binary | 10001101 | 11001010 | 11101010 | 101000 | 1110 | 0 | 1000 | 11001001 | 1000101 | 1001010 |
Color Harmonies of #8DCAEA
Complementary color
Monochromatic Colors of #8DCAEA
Black with #8DCAEA
Text Example
Text Example
White with #8DCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAEA; }
p { color: rgb(141,202,234); }
H1.HeaderClassName
{
color: #8DCAEA;
}
.AnyTagClassName
{
color: #8DCAEA;
}
</style>
background-color css
<style>
a { background-color: #8DCAEA; }
a { background-color: rgb(141,202,234); }
div.DivClassName
{
background-color: #8DCAEA;
}
.BgClassName
{
background-color: #8DCAEA;
}
</style>
border-color css
<style>
span { border-color: #8DCAEA; }
span { border-color: rgb(141,202,234); }
td.TdClassName
{
border-color: #8DCAEA;
}
.TagClassName
{
border-color: #8DCAEA;
}
</style>