Shades of Anakiwa #8AC2DC
Tints of Anakiwa #8AC2DC
RGB
CMYK
RGB Variations
Color information
#8AC2DC (or 0x8AC2DC) is known color: Anakiwa. HEX triplet: 8A, C2 and DC. RGB value is (138,194,220). Sum of RGB (Red+Green+Blue) = 138+194+220=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC2DC is #753D23. Grayscale: #B4B4B4. Windows color (decimal): -7683364 or 14467722. OLE color: 14467722.
HSL color Cylindrical-coordinate representation of color #8AC2DC: hue angle of 199.02º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AC2DC is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 194 | 220 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.14 |
| HSL | 199.02º | 0.54% | 0.7% | - |
| HSV(B) | 199.02º | 0.37% | 0.86% | - |
| XYZ | 42.69 | 49.15 | 74.95 | - |
| YUV | 180.22 | 150.45 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 220 | 0.37 | 0.12 | 0 | 0.14 | 199.02 | 0.54 | 0.7 |
| Hex | 8A | C2 | DC | 25 | C | 0 | E | C7 | 36 | 46 |
| Octal | 212 | 302 | 334 | 45 | 14 | 0 | 16 | 307 | 66 | 106 |
| Binary | 10001010 | 11000010 | 11011100 | 100101 | 1100 | 0 | 1110 | 11000111 | 110110 | 1000110 |
Color Harmonies of #8AC2DC
Complementary color
Monochromatic Colors of #8AC2DC
Black with #8AC2DC
Text Example
Text Example
White with #8AC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC2DC; }
p { color: rgb(138,194,220); }
H1.HeaderClassName
{
color: #8AC2DC;
}
.AnyTagClassName
{
color: #8AC2DC;
}
</style>
background-color css
<style>
a { background-color: #8AC2DC; }
a { background-color: rgb(138,194,220); }
div.DivClassName
{
background-color: #8AC2DC;
}
.BgClassName
{
background-color: #8AC2DC;
}
</style>
border-color css
<style>
span { border-color: #8AC2DC; }
span { border-color: rgb(138,194,220); }
td.TdClassName
{
border-color: #8AC2DC;
}
.TagClassName
{
border-color: #8AC2DC;
}
</style>