Shades of Light Sky Blue #7ADEFE
Tints of Light Sky Blue #7ADEFE
RGB
CMYK
RGB Variations
Color information
#7ADEFE (or 0x7ADEFE) is known color: Light Sky Blue. HEX triplet: 7A, DE and FE. RGB value is (122,222,254). Sum of RGB (Red+Green+Blue) = 122+222+254=598 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.40% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ADEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADEFE is #852101. Grayscale: #C3C3C3. Windows color (decimal): -8724738 or 16703098. OLE color: 16703098.
HSL color Cylindrical-coordinate representation of color #7ADEFE: hue angle of 194.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ADEFE is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 222 | 254 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.00 |
| HSL | 194.55º | 0.99% | 0.74% | - |
| HSV(B) | 194.55º | 0.52% | 1% | - |
| XYZ | 52.04 | 63.54 | 103.29 | - |
| YUV | 195.75 | 160.87 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 254 | 0.52 | 0.13 | 0 | 0.00 | 194.55 | 0.99 | 0.74 |
| Hex | 7A | DE | FE | 34 | D | 0 | 0 | C3 | 63 | 4A |
| Octal | 172 | 336 | 376 | 64 | 15 | 0 | 0 | 303 | 143 | 112 |
| Binary | 1111010 | 11011110 | 11111110 | 110100 | 1101 | 0 | 0 | 11000011 | 1100011 | 1001010 |
Color Harmonies of #7ADEFE
Complementary color
Monochromatic Colors of #7ADEFE
Black with #7ADEFE
Text Example
Text Example
White with #7ADEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEFE; }
p { color: rgb(122,222,254); }
H1.HeaderClassName
{
color: #7ADEFE;
}
.AnyTagClassName
{
color: #7ADEFE;
}
</style>
background-color css
<style>
a { background-color: #7ADEFE; }
a { background-color: rgb(122,222,254); }
div.DivClassName
{
background-color: #7ADEFE;
}
.BgClassName
{
background-color: #7ADEFE;
}
</style>
border-color css
<style>
span { border-color: #7ADEFE; }
span { border-color: rgb(122,222,254); }
td.TdClassName
{
border-color: #7ADEFE;
}
.TagClassName
{
border-color: #7ADEFE;
}
</style>