Shades of Anakiwa #8AC6EC
Tints of Anakiwa #8AC6EC
RGB
CMYK
RGB Variations
Color information
#8AC6EC (or 0x8AC6EC) is known color: Anakiwa. HEX triplet: 8A, C6 and EC. RGB value is (138,198,236). Sum of RGB (Red+Green+Blue) = 138+198+236=572 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.13% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AC6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC6EC is #753913. Grayscale: #B8B8B8. Windows color (decimal): -7682324 or 15517322. OLE color: 15517322.
HSL color Cylindrical-coordinate representation of color #8AC6EC: hue angle of 203.27º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC6EC is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 198 | 236 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.07 |
| HSL | 203.27º | 0.72% | 0.73% | - |
| HSV(B) | 203.27º | 0.42% | 0.93% | - |
| XYZ | 45.82 | 51.85 | 86.95 | - |
| YUV | 184.39 | 157.12 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 198 | 236 | 0.42 | 0.16 | 0 | 0.07 | 203.27 | 0.72 | 0.73 |
| Hex | 8A | C6 | EC | 2A | 10 | 0 | 7 | CB | 48 | 49 |
| Octal | 212 | 306 | 354 | 52 | 20 | 0 | 7 | 313 | 110 | 111 |
| Binary | 10001010 | 11000110 | 11101100 | 101010 | 10000 | 0 | 111 | 11001011 | 1001000 | 1001001 |
Color Harmonies of #8AC6EC
Complementary color
Monochromatic Colors of #8AC6EC
Black with #8AC6EC
Text Example
Text Example
White with #8AC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC6EC; }
p { color: rgb(138,198,236); }
H1.HeaderClassName
{
color: #8AC6EC;
}
.AnyTagClassName
{
color: #8AC6EC;
}
</style>
background-color css
<style>
a { background-color: #8AC6EC; }
a { background-color: rgb(138,198,236); }
div.DivClassName
{
background-color: #8AC6EC;
}
.BgClassName
{
background-color: #8AC6EC;
}
</style>
border-color css
<style>
span { border-color: #8AC6EC; }
span { border-color: rgb(138,198,236); }
td.TdClassName
{
border-color: #8AC6EC;
}
.TagClassName
{
border-color: #8AC6EC;
}
</style>