Shades of Light Sky Blue #7ACEFC
Tints of Light Sky Blue #7ACEFC
RGB
CMYK
RGB Variations
Color information
#7ACEFC (or 0x7ACEFC) is known color: Light Sky Blue. HEX triplet: 7A, CE and FC. RGB value is (122,206,252). Sum of RGB (Red+Green+Blue) = 122+206+252=580 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.03% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ACEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ACEFC is #853103. Grayscale: #B9B9B9. Windows color (decimal): -8728836 or 16567930. OLE color: 16567930.
HSL color Cylindrical-coordinate representation of color #7ACEFC: hue angle of 201.23º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ACEFC is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 206 | 252 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.01 |
| HSL | 201.23º | 0.96% | 0.73% | - |
| HSV(B) | 201.23º | 0.52% | 0.99% | - |
| XYZ | 47.67 | 55.31 | 100.26 | - |
| YUV | 186.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 252 | 0.52 | 0.18 | 0 | 0.01 | 201.23 | 0.96 | 0.73 |
| Hex | 7A | CE | FC | 34 | 12 | 0 | 1 | C9 | 60 | 49 |
| Octal | 172 | 316 | 374 | 64 | 22 | 0 | 1 | 311 | 140 | 111 |
| Binary | 1111010 | 11001110 | 11111100 | 110100 | 10010 | 0 | 1 | 11001001 | 1100000 | 1001001 |
Color Harmonies of #7ACEFC
Complementary color
Monochromatic Colors of #7ACEFC
Black with #7ACEFC
Text Example
Text Example
White with #7ACEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACEFC; }
p { color: rgb(122,206,252); }
H1.HeaderClassName
{
color: #7ACEFC;
}
.AnyTagClassName
{
color: #7ACEFC;
}
</style>
background-color css
<style>
a { background-color: #7ACEFC; }
a { background-color: rgb(122,206,252); }
div.DivClassName
{
background-color: #7ACEFC;
}
.BgClassName
{
background-color: #7ACEFC;
}
</style>
border-color css
<style>
span { border-color: #7ACEFC; }
span { border-color: rgb(122,206,252); }
td.TdClassName
{
border-color: #7ACEFC;
}
.TagClassName
{
border-color: #7ACEFC;
}
</style>