Shades of Anakiwa #8AC8EC
Tints of Anakiwa #8AC8EC
RGB
CMYK
RGB Variations
Color information
#8AC8EC (or 0x8AC8EC) is known color: Anakiwa. HEX triplet: 8A, C8 and EC. RGB value is (138,200,236). Sum of RGB (Red+Green+Blue) = 138+200+236=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AC8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC8EC is #753713. Grayscale: #B9B9B9. Windows color (decimal): -7681812 or 15517834. OLE color: 15517834.
HSL color Cylindrical-coordinate representation of color #8AC8EC: hue angle of 202.04º 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 #8AC8EC is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 200 | 236 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.07 |
| HSL | 202.04º | 0.72% | 0.73% | - |
| HSV(B) | 202.04º | 0.42% | 0.93% | - |
| XYZ | 46.28 | 52.77 | 87.1 | - |
| YUV | 185.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 200 | 236 | 0.42 | 0.15 | 0 | 0.07 | 202.04 | 0.72 | 0.73 |
| Hex | 8A | C8 | EC | 2A | F | 0 | 7 | CA | 48 | 49 |
| Octal | 212 | 310 | 354 | 52 | 17 | 0 | 7 | 312 | 110 | 111 |
| Binary | 10001010 | 11001000 | 11101100 | 101010 | 1111 | 0 | 111 | 11001010 | 1001000 | 1001001 |
Color Harmonies of #8AC8EC
Complementary color
Monochromatic Colors of #8AC8EC
Black with #8AC8EC
Text Example
Text Example
White with #8AC8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC8EC; }
p { color: rgb(138,200,236); }
H1.HeaderClassName
{
color: #8AC8EC;
}
.AnyTagClassName
{
color: #8AC8EC;
}
</style>
background-color css
<style>
a { background-color: #8AC8EC; }
a { background-color: rgb(138,200,236); }
div.DivClassName
{
background-color: #8AC8EC;
}
.BgClassName
{
background-color: #8AC8EC;
}
</style>
border-color css
<style>
span { border-color: #8AC8EC; }
span { border-color: rgb(138,200,236); }
td.TdClassName
{
border-color: #8AC8EC;
}
.TagClassName
{
border-color: #8AC8EC;
}
</style>