Shades of Light Sky Blue #7ADCFF
Tints of Light Sky Blue #7ADCFF
RGB
CMYK
RGB Variations
Color information
#7ADCFF (or 0x7ADCFF) is known color: Light Sky Blue. HEX triplet: 7A, DC and FF. RGB value is (122,220,255). Sum of RGB (Red+Green+Blue) = 122+220+255=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #7ADCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADCFF is #852300. Grayscale: #C2C2C2. Windows color (decimal): -8725249 or 16768122. OLE color: 16768122.
HSL color Cylindrical-coordinate representation of color #7ADCFF: hue angle of 195.79º 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 #7ADCFF is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 220 | 255 | - |
| CMYK | 0.52 | 0.14 | 0 | 0 |
| HSL | 195.79º | 1% | 0.74% | - |
| HSV(B) | 195.79º | 0.52% | 1% | - |
| XYZ | 51.67 | 62.54 | 103.96 | - |
| YUV | 194.69 | 162.03 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 255 | 0.52 | 0.14 | 0 | 0 | 195.79 | 1 | 0.74 |
| Hex | 7A | DC | FF | 34 | E | 0 | 0 | C4 | 64 | 4A |
| Octal | 172 | 334 | 377 | 64 | 16 | 0 | 0 | 304 | 144 | 112 |
| Binary | 1111010 | 11011100 | 11111111 | 110100 | 1110 | 0 | 0 | 11000100 | 1100100 | 1001010 |
Color Harmonies of #7ADCFF
Complementary color
Monochromatic Colors of #7ADCFF
Black with #7ADCFF
Text Example
Text Example
White with #7ADCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCFF; }
p { color: rgb(122,220,255); }
H1.HeaderClassName
{
color: #7ADCFF;
}
.AnyTagClassName
{
color: #7ADCFF;
}
</style>
background-color css
<style>
a { background-color: #7ADCFF; }
a { background-color: rgb(122,220,255); }
div.DivClassName
{
background-color: #7ADCFF;
}
.BgClassName
{
background-color: #7ADCFF;
}
</style>
border-color css
<style>
span { border-color: #7ADCFF; }
span { border-color: rgb(122,220,255); }
td.TdClassName
{
border-color: #7ADCFF;
}
.TagClassName
{
border-color: #7ADCFF;
}
</style>