Shades of Anakiwa #8DCAE8
Tints of Anakiwa #8DCAE8
RGB
CMYK
RGB Variations
Color information
#8DCAE8 (or 0x8DCAE8) is known color: Anakiwa. HEX triplet: 8D, CA and E8. RGB value is (141,202,232). Sum of RGB (Red+Green+Blue) = 141+202+232=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DCAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCAE8 is #723517. Grayscale: #BBBBBB. Windows color (decimal): -7484696 or 15256205. OLE color: 15256205.
HSL color Cylindrical-coordinate representation of color #8DCAE8: hue angle of 199.78º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DCAE8 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 202 | 232 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.09 |
| HSL | 199.78º | 0.66% | 0.73% | - |
| HSV(B) | 199.78º | 0.39% | 0.91% | - |
| XYZ | 46.67 | 53.73 | 84.26 | - |
| YUV | 187.18 | 153.29 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 232 | 0.39 | 0.13 | 0 | 0.09 | 199.78 | 0.66 | 0.73 |
| Hex | 8D | CA | E8 | 27 | D | 0 | 9 | C8 | 42 | 49 |
| Octal | 215 | 312 | 350 | 47 | 15 | 0 | 11 | 310 | 102 | 111 |
| Binary | 10001101 | 11001010 | 11101000 | 100111 | 1101 | 0 | 1001 | 11001000 | 1000010 | 1001001 |
Color Harmonies of #8DCAE8
Complementary color
Monochromatic Colors of #8DCAE8
Black with #8DCAE8
Text Example
Text Example
White with #8DCAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAE8; }
p { color: rgb(141,202,232); }
H1.HeaderClassName
{
color: #8DCAE8;
}
.AnyTagClassName
{
color: #8DCAE8;
}
</style>
background-color css
<style>
a { background-color: #8DCAE8; }
a { background-color: rgb(141,202,232); }
div.DivClassName
{
background-color: #8DCAE8;
}
.BgClassName
{
background-color: #8DCAE8;
}
</style>
border-color css
<style>
span { border-color: #8DCAE8; }
span { border-color: rgb(141,202,232); }
td.TdClassName
{
border-color: #8DCAE8;
}
.TagClassName
{
border-color: #8DCAE8;
}
</style>