Shades of Anakiwa #8AC2DB
Tints of Anakiwa #8AC2DB
RGB
CMYK
RGB Variations
Color information
#8AC2DB (or 0x8AC2DB) is known color: Anakiwa. HEX triplet: 8A, C2 and DB. RGB value is (138,194,219). Sum of RGB (Red+Green+Blue) = 138+194+219=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #8AC2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC2DB is #753D24. Grayscale: #B3B3B3. Windows color (decimal): -7683365 or 14402186. OLE color: 14402186.
HSL color Cylindrical-coordinate representation of color #8AC2DB: hue angle of 198.52º degrees, saturation: 0.53, 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 #8AC2DB is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 194 | 219 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.14 |
| HSL | 198.52º | 0.53% | 0.7% | - |
| HSV(B) | 198.52º | 0.37% | 0.86% | - |
| XYZ | 42.56 | 49.1 | 74.25 | - |
| YUV | 180.11 | 149.95 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 219 | 0.37 | 0.11 | 0 | 0.14 | 198.52 | 0.53 | 0.7 |
| Hex | 8A | C2 | DB | 25 | B | 0 | E | C7 | 35 | 46 |
| Octal | 212 | 302 | 333 | 45 | 13 | 0 | 16 | 307 | 65 | 106 |
| Binary | 10001010 | 11000010 | 11011011 | 100101 | 1011 | 0 | 1110 | 11000111 | 110101 | 1000110 |
Color Harmonies of #8AC2DB
Complementary color
Monochromatic Colors of #8AC2DB
Black with #8AC2DB
Text Example
Text Example
White with #8AC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC2DB; }
p { color: rgb(138,194,219); }
H1.HeaderClassName
{
color: #8AC2DB;
}
.AnyTagClassName
{
color: #8AC2DB;
}
</style>
background-color css
<style>
a { background-color: #8AC2DB; }
a { background-color: rgb(138,194,219); }
div.DivClassName
{
background-color: #8AC2DB;
}
.BgClassName
{
background-color: #8AC2DB;
}
</style>
border-color css
<style>
span { border-color: #8AC2DB; }
span { border-color: rgb(138,194,219); }
td.TdClassName
{
border-color: #8AC2DB;
}
.TagClassName
{
border-color: #8AC2DB;
}
</style>