Shades of Anakiwa #8ACEEE
Tints of Anakiwa #8ACEEE
RGB
CMYK
RGB Variations
Color information
#8ACEEE (or 0x8ACEEE) is known color: Anakiwa. HEX triplet: 8A, CE and EE. RGB value is (138,206,238). Sum of RGB (Red+Green+Blue) = 138+206+238=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #8ACEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACEEE is #753111. Grayscale: #BDBDBD. Windows color (decimal): -7680274 or 15650442. OLE color: 15650442.
HSL color Cylindrical-coordinate representation of color #8ACEEE: hue angle of 199.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ACEEE is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 206 | 238 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.07 |
| HSL | 199.2º | 0.75% | 0.74% | - |
| HSV(B) | 199.2º | 0.42% | 0.93% | - |
| XYZ | 47.99 | 55.72 | 89.11 | - |
| YUV | 189.32 | 155.47 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 238 | 0.42 | 0.13 | 0 | 0.07 | 199.2 | 0.75 | 0.74 |
| Hex | 8A | CE | EE | 2A | D | 0 | 7 | C7 | 4B | 4A |
| Octal | 212 | 316 | 356 | 52 | 15 | 0 | 7 | 307 | 113 | 112 |
| Binary | 10001010 | 11001110 | 11101110 | 101010 | 1101 | 0 | 111 | 11000111 | 1001011 | 1001010 |
Color Harmonies of #8ACEEE
Complementary color
Monochromatic Colors of #8ACEEE
Black with #8ACEEE
Text Example
Text Example
White with #8ACEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACEEE; }
p { color: rgb(138,206,238); }
H1.HeaderClassName
{
color: #8ACEEE;
}
.AnyTagClassName
{
color: #8ACEEE;
}
</style>
background-color css
<style>
a { background-color: #8ACEEE; }
a { background-color: rgb(138,206,238); }
div.DivClassName
{
background-color: #8ACEEE;
}
.BgClassName
{
background-color: #8ACEEE;
}
</style>
border-color css
<style>
span { border-color: #8ACEEE; }
span { border-color: rgb(138,206,238); }
td.TdClassName
{
border-color: #8ACEEE;
}
.TagClassName
{
border-color: #8ACEEE;
}
</style>