Shades of Anakiwa #8ACDE0
Tints of Anakiwa #8ACDE0
RGB
CMYK
RGB Variations
Color information
#8ACDE0 (or 0x8ACDE0) is known color: Anakiwa. HEX triplet: 8A, CD and E0. RGB value is (138,205,224). Sum of RGB (Red+Green+Blue) = 138+205+224=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #8ACDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACDE0 is #75321F. Grayscale: #BABABA. Windows color (decimal): -7680544 or 14732682. OLE color: 14732682.
HSL color Cylindrical-coordinate representation of color #8ACDE0: hue angle of 193.26º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ACDE0 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 205 | 224 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.12 |
| HSL | 193.26º | 0.58% | 0.71% | - |
| HSV(B) | 193.26º | 0.38% | 0.88% | - |
| XYZ | 45.77 | 54.45 | 78.62 | - |
| YUV | 187.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 224 | 0.38 | 0.08 | 0 | 0.12 | 193.26 | 0.58 | 0.71 |
| Hex | 8A | CD | E0 | 26 | 8 | 0 | C | C1 | 3A | 47 |
| Octal | 212 | 315 | 340 | 46 | 10 | 0 | 14 | 301 | 72 | 107 |
| Binary | 10001010 | 11001101 | 11100000 | 100110 | 1000 | 0 | 1100 | 11000001 | 111010 | 1000111 |
Color Harmonies of #8ACDE0
Complementary color
Monochromatic Colors of #8ACDE0
Black with #8ACDE0
Text Example
Text Example
White with #8ACDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACDE0; }
p { color: rgb(138,205,224); }
H1.HeaderClassName
{
color: #8ACDE0;
}
.AnyTagClassName
{
color: #8ACDE0;
}
</style>
background-color css
<style>
a { background-color: #8ACDE0; }
a { background-color: rgb(138,205,224); }
div.DivClassName
{
background-color: #8ACDE0;
}
.BgClassName
{
background-color: #8ACDE0;
}
</style>
border-color css
<style>
span { border-color: #8ACDE0; }
span { border-color: rgb(138,205,224); }
td.TdClassName
{
border-color: #8ACDE0;
}
.TagClassName
{
border-color: #8ACDE0;
}
</style>