Shades of Sky Blue #8ACEEF
Tints of Sky Blue #8ACEEF
RGB
CMYK
RGB Variations
Color information
#8ACEEF (or 0x8ACEEF) is known color: Sky Blue. HEX triplet: 8A, CE and EF. RGB value is (138,206,239). Sum of RGB (Red+Green+Blue) = 138+206+239=583 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.67% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ACEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACEEF is #753110. Grayscale: #BDBDBD. Windows color (decimal): -7680273 or 15715978. OLE color: 15715978.
HSL color Cylindrical-coordinate representation of color #8ACEEF: hue angle of 199.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ACEEF is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 206 | 239 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.06 |
| HSL | 199.6º | 0.76% | 0.74% | - |
| HSV(B) | 199.6º | 0.42% | 0.94% | - |
| XYZ | 48.13 | 55.78 | 89.89 | - |
| YUV | 189.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 239 | 0.42 | 0.14 | 0 | 0.06 | 199.6 | 0.76 | 0.74 |
| Hex | 8A | CE | EF | 2A | E | 0 | 6 | C8 | 4C | 4A |
| Octal | 212 | 316 | 357 | 52 | 16 | 0 | 6 | 310 | 114 | 112 |
| Binary | 10001010 | 11001110 | 11101111 | 101010 | 1110 | 0 | 110 | 11001000 | 1001100 | 1001010 |
Color Harmonies of #8ACEEF
Complementary color
Monochromatic Colors of #8ACEEF
Black with #8ACEEF
Text Example
Text Example
White with #8ACEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACEEF; }
p { color: rgb(138,206,239); }
H1.HeaderClassName
{
color: #8ACEEF;
}
.AnyTagClassName
{
color: #8ACEEF;
}
</style>
background-color css
<style>
a { background-color: #8ACEEF; }
a { background-color: rgb(138,206,239); }
div.DivClassName
{
background-color: #8ACEEF;
}
.BgClassName
{
background-color: #8ACEEF;
}
</style>
border-color css
<style>
span { border-color: #8ACEEF; }
span { border-color: rgb(138,206,239); }
td.TdClassName
{
border-color: #8ACEEF;
}
.TagClassName
{
border-color: #8ACEEF;
}
</style>