Shades of Anakiwa #8ACAE1
Tints of Anakiwa #8ACAE1
RGB
CMYK
RGB Variations
Color information
#8ACAE1 (or 0x8ACAE1) is known color: Anakiwa. HEX triplet: 8A, CA and E1. RGB value is (138,202,225). Sum of RGB (Red+Green+Blue) = 138+202+225=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 225 (88.28% from 255 or 39.82% from 565); Max value from RGB is 225 - color contains mainly: blue. Hex color #8ACAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACAE1 is #75351E. Grayscale: #B9B9B9. Windows color (decimal): -7681311 or 14797450. OLE color: 14797450.
HSL color Cylindrical-coordinate representation of color #8ACAE1: hue angle of 195.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ACAE1 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 202 | 225 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.12 |
| HSL | 195.86º | 0.59% | 0.71% | - |
| HSV(B) | 195.86º | 0.39% | 0.88% | - |
| XYZ | 45.19 | 53.08 | 79.1 | - |
| YUV | 185.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 202 | 225 | 0.39 | 0.10 | 0 | 0.12 | 195.86 | 0.59 | 0.71 |
| Hex | 8A | CA | E1 | 27 | A | 0 | C | C4 | 3B | 47 |
| Octal | 212 | 312 | 341 | 47 | 12 | 0 | 14 | 304 | 73 | 107 |
| Binary | 10001010 | 11001010 | 11100001 | 100111 | 1010 | 0 | 1100 | 11000100 | 111011 | 1000111 |
Color Harmonies of #8ACAE1
Complementary color
Monochromatic Colors of #8ACAE1
Black with #8ACAE1
Text Example
Text Example
White with #8ACAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACAE1; }
p { color: rgb(138,202,225); }
H1.HeaderClassName
{
color: #8ACAE1;
}
.AnyTagClassName
{
color: #8ACAE1;
}
</style>
background-color css
<style>
a { background-color: #8ACAE1; }
a { background-color: rgb(138,202,225); }
div.DivClassName
{
background-color: #8ACAE1;
}
.BgClassName
{
background-color: #8ACAE1;
}
</style>
border-color css
<style>
span { border-color: #8ACAE1; }
span { border-color: rgb(138,202,225); }
td.TdClassName
{
border-color: #8ACAE1;
}
.TagClassName
{
border-color: #8ACAE1;
}
</style>