Shades of Light Sky Blue #8ACEFF
Tints of Light Sky Blue #8ACEFF
RGB
CMYK
RGB Variations
Color information
#8ACEFF (or 0x8ACEFF) is known color: Light Sky Blue. HEX triplet: 8A, CE and FF. RGB value is (138,206,255). Sum of RGB (Red+Green+Blue) = 138+206+255=599 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.04% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #8ACEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ACEFF is #753100. Grayscale: #BEBEBE. Windows color (decimal): -7680257 or 16764554. OLE color: 16764554.
HSL color Cylindrical-coordinate representation of color #8ACEFF: hue angle of 205.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ACEFF is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 206 | 255 | - |
| CMYK | 0.46 | 0.19 | 0 | 0 |
| HSL | 205.13º | 1% | 0.77% | - |
| HSV(B) | 205.13º | 0.46% | 1% | - |
| XYZ | 50.6 | 56.77 | 102.9 | - |
| YUV | 191.25 | 163.97 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 255 | 0.46 | 0.19 | 0 | 0 | 205.13 | 1 | 0.77 |
| Hex | 8A | CE | FF | 2E | 13 | 0 | 0 | CD | 64 | 4D |
| Octal | 212 | 316 | 377 | 56 | 23 | 0 | 0 | 315 | 144 | 115 |
| Binary | 10001010 | 11001110 | 11111111 | 101110 | 10011 | 0 | 0 | 11001101 | 1100100 | 1001101 |
Color Harmonies of #8ACEFF
Complementary color
Monochromatic Colors of #8ACEFF
Black with #8ACEFF
Text Example
Text Example
White with #8ACEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACEFF; }
p { color: rgb(138,206,255); }
H1.HeaderClassName
{
color: #8ACEFF;
}
.AnyTagClassName
{
color: #8ACEFF;
}
</style>
background-color css
<style>
a { background-color: #8ACEFF; }
a { background-color: rgb(138,206,255); }
div.DivClassName
{
background-color: #8ACEFF;
}
.BgClassName
{
background-color: #8ACEFF;
}
</style>
border-color css
<style>
span { border-color: #8ACEFF; }
span { border-color: rgb(138,206,255); }
td.TdClassName
{
border-color: #8ACEFF;
}
.TagClassName
{
border-color: #8ACEFF;
}
</style>