Shades of Light Sky Blue #7ADCFB
Tints of Light Sky Blue #7ADCFB
RGB
CMYK
RGB Variations
Color information
#7ADCFB (or 0x7ADCFB) is known color: Light Sky Blue. HEX triplet: 7A, DC and FB. RGB value is (122,220,251). Sum of RGB (Red+Green+Blue) = 122+220+251=593 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.57% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #7ADCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADCFB is #852304. Grayscale: #C2C2C2. Windows color (decimal): -8725253 or 16505978. OLE color: 16505978.
HSL color Cylindrical-coordinate representation of color #7ADCFB: hue angle of 194.42º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7ADCFB is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 220 | 251 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.02 |
| HSL | 194.42º | 0.94% | 0.73% | - |
| HSV(B) | 194.42º | 0.51% | 0.98% | - |
| XYZ | 51.03 | 62.29 | 100.6 | - |
| YUV | 194.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 251 | 0.51 | 0.12 | 0 | 0.02 | 194.42 | 0.94 | 0.73 |
| Hex | 7A | DC | FB | 33 | C | 0 | 2 | C2 | 5E | 49 |
| Octal | 172 | 334 | 373 | 63 | 14 | 0 | 2 | 302 | 136 | 111 |
| Binary | 1111010 | 11011100 | 11111011 | 110011 | 1100 | 0 | 10 | 11000010 | 1011110 | 1001001 |
Color Harmonies of #7ADCFB
Complementary color
Monochromatic Colors of #7ADCFB
Black with #7ADCFB
Text Example
Text Example
White with #7ADCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCFB; }
p { color: rgb(122,220,251); }
H1.HeaderClassName
{
color: #7ADCFB;
}
.AnyTagClassName
{
color: #7ADCFB;
}
</style>
background-color css
<style>
a { background-color: #7ADCFB; }
a { background-color: rgb(122,220,251); }
div.DivClassName
{
background-color: #7ADCFB;
}
.BgClassName
{
background-color: #7ADCFB;
}
</style>
border-color css
<style>
span { border-color: #7ADCFB; }
span { border-color: rgb(122,220,251); }
td.TdClassName
{
border-color: #7ADCFB;
}
.TagClassName
{
border-color: #7ADCFB;
}
</style>