Shades of Light Sky Blue #7ADAFE
Tints of Light Sky Blue #7ADAFE
RGB
CMYK
RGB Variations
Color information
#7ADAFE (or 0x7ADAFE) is known color: Light Sky Blue. HEX triplet: 7A, DA and FE. RGB value is (122,218,254). Sum of RGB (Red+Green+Blue) = 122+218+254=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ADAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADAFE is #852501. Grayscale: #C1C1C1. Windows color (decimal): -8725762 or 16702074. OLE color: 16702074.
HSL color Cylindrical-coordinate representation of color #7ADAFE: hue angle of 196.36º 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 #7ADAFE is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 218 | 254 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.00 |
| HSL | 196.36º | 0.99% | 0.74% | - |
| HSV(B) | 196.36º | 0.52% | 1% | - |
| XYZ | 50.99 | 61.44 | 102.94 | - |
| YUV | 193.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 254 | 0.52 | 0.14 | 0 | 0.00 | 196.36 | 0.99 | 0.74 |
| Hex | 7A | DA | FE | 34 | E | 0 | 0 | C4 | 63 | 4A |
| Octal | 172 | 332 | 376 | 64 | 16 | 0 | 0 | 304 | 143 | 112 |
| Binary | 1111010 | 11011010 | 11111110 | 110100 | 1110 | 0 | 0 | 11000100 | 1100011 | 1001010 |
Color Harmonies of #7ADAFE
Complementary color
Monochromatic Colors of #7ADAFE
Black with #7ADAFE
Text Example
Text Example
White with #7ADAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADAFE; }
p { color: rgb(122,218,254); }
H1.HeaderClassName
{
color: #7ADAFE;
}
.AnyTagClassName
{
color: #7ADAFE;
}
</style>
background-color css
<style>
a { background-color: #7ADAFE; }
a { background-color: rgb(122,218,254); }
div.DivClassName
{
background-color: #7ADAFE;
}
.BgClassName
{
background-color: #7ADAFE;
}
</style>
border-color css
<style>
span { border-color: #7ADAFE; }
span { border-color: rgb(122,218,254); }
td.TdClassName
{
border-color: #7ADAFE;
}
.TagClassName
{
border-color: #7ADAFE;
}
</style>