Shades of Anakiwa #8ACEEA
Tints of Anakiwa #8ACEEA
RGB
CMYK
RGB Variations
Color information
#8ACEEA (or 0x8ACEEA) is known color: Anakiwa. HEX triplet: 8A, CE and EA. RGB value is (138,206,234). Sum of RGB (Red+Green+Blue) = 138+206+234=578 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.88% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ACEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACEEA is #753115. Grayscale: #BCBCBC. Windows color (decimal): -7680278 or 15388298. OLE color: 15388298.
HSL color Cylindrical-coordinate representation of color #8ACEEA: hue angle of 197.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ACEEA is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 206 | 234 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.08 |
| HSL | 197.5º | 0.7% | 0.73% | - |
| HSV(B) | 197.5º | 0.41% | 0.92% | - |
| XYZ | 47.4 | 55.49 | 86.05 | - |
| YUV | 188.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 234 | 0.41 | 0.12 | 0 | 0.08 | 197.5 | 0.7 | 0.73 |
| Hex | 8A | CE | EA | 29 | C | 0 | 8 | C6 | 46 | 49 |
| Octal | 212 | 316 | 352 | 51 | 14 | 0 | 10 | 306 | 106 | 111 |
| Binary | 10001010 | 11001110 | 11101010 | 101001 | 1100 | 0 | 1000 | 11000110 | 1000110 | 1001001 |
Color Harmonies of #8ACEEA
Complementary color
Monochromatic Colors of #8ACEEA
Black with #8ACEEA
Text Example
Text Example
White with #8ACEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACEEA; }
p { color: rgb(138,206,234); }
H1.HeaderClassName
{
color: #8ACEEA;
}
.AnyTagClassName
{
color: #8ACEEA;
}
</style>
background-color css
<style>
a { background-color: #8ACEEA; }
a { background-color: rgb(138,206,234); }
div.DivClassName
{
background-color: #8ACEEA;
}
.BgClassName
{
background-color: #8ACEEA;
}
</style>
border-color css
<style>
span { border-color: #8ACEEA; }
span { border-color: rgb(138,206,234); }
td.TdClassName
{
border-color: #8ACEEA;
}
.TagClassName
{
border-color: #8ACEEA;
}
</style>