Shades of Light Sky Blue #7ADEFF
Tints of Light Sky Blue #7ADEFF
RGB
CMYK
RGB Variations
Color information
#7ADEFF (or 0x7ADEFF) is known color: Light Sky Blue. HEX triplet: 7A, DE and FF. RGB value is (122,222,255). Sum of RGB (Red+Green+Blue) = 122+222+255=599 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.37% from 599); Green value is 222 (87.11% from 255 or 37.06% 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 #7ADEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADEFF is #852100. Grayscale: #C3C3C3. Windows color (decimal): -8724737 or 16768634. OLE color: 16768634.
HSL color Cylindrical-coordinate representation of color #7ADEFF: hue angle of 194.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ADEFF is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 222 | 255 | - |
| CMYK | 0.52 | 0.13 | 0 | 0 |
| HSL | 194.89º | 1% | 0.74% | - |
| HSV(B) | 194.89º | 0.52% | 1% | - |
| XYZ | 52.2 | 63.6 | 104.13 | - |
| YUV | 195.86 | 161.37 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 255 | 0.52 | 0.13 | 0 | 0 | 194.89 | 1 | 0.74 |
| Hex | 7A | DE | FF | 34 | D | 0 | 0 | C3 | 64 | 4A |
| Octal | 172 | 336 | 377 | 64 | 15 | 0 | 0 | 303 | 144 | 112 |
| Binary | 1111010 | 11011110 | 11111111 | 110100 | 1101 | 0 | 0 | 11000011 | 1100100 | 1001010 |
Color Harmonies of #7ADEFF
Complementary color
Monochromatic Colors of #7ADEFF
Black with #7ADEFF
Text Example
Text Example
White with #7ADEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEFF; }
p { color: rgb(122,222,255); }
H1.HeaderClassName
{
color: #7ADEFF;
}
.AnyTagClassName
{
color: #7ADEFF;
}
</style>
background-color css
<style>
a { background-color: #7ADEFF; }
a { background-color: rgb(122,222,255); }
div.DivClassName
{
background-color: #7ADEFF;
}
.BgClassName
{
background-color: #7ADEFF;
}
</style>
border-color css
<style>
span { border-color: #7ADEFF; }
span { border-color: rgb(122,222,255); }
td.TdClassName
{
border-color: #7ADEFF;
}
.TagClassName
{
border-color: #7ADEFF;
}
</style>