Shades of Light Sky Blue #7ADDFA
Tints of Light Sky Blue #7ADDFA
RGB
CMYK
RGB Variations
Color information
#7ADDFA (or 0x7ADDFA) is known color: Light Sky Blue. HEX triplet: 7A, DD and FA. RGB value is (122,221,250). Sum of RGB (Red+Green+Blue) = 122+221+250=593 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.57% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #7ADDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADDFA is #852205. Grayscale: #C2C2C2. Windows color (decimal): -8724998 or 16440698. OLE color: 16440698.
HSL color Cylindrical-coordinate representation of color #7ADDFA: hue angle of 193.59º degrees, saturation: 0.93, 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 #7ADDFA is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 221 | 250 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.02 |
| HSL | 193.59º | 0.93% | 0.73% | - |
| HSV(B) | 193.59º | 0.51% | 0.98% | - |
| XYZ | 51.14 | 62.75 | 99.86 | - |
| YUV | 194.71 | 159.2 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 250 | 0.51 | 0.12 | 0 | 0.02 | 193.59 | 0.93 | 0.73 |
| Hex | 7A | DD | FA | 33 | C | 0 | 2 | C2 | 5D | 49 |
| Octal | 172 | 335 | 372 | 63 | 14 | 0 | 2 | 302 | 135 | 111 |
| Binary | 1111010 | 11011101 | 11111010 | 110011 | 1100 | 0 | 10 | 11000010 | 1011101 | 1001001 |
Color Harmonies of #7ADDFA
Complementary color
Monochromatic Colors of #7ADDFA
Black with #7ADDFA
Text Example
Text Example
White with #7ADDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDFA; }
p { color: rgb(122,221,250); }
H1.HeaderClassName
{
color: #7ADDFA;
}
.AnyTagClassName
{
color: #7ADDFA;
}
</style>
background-color css
<style>
a { background-color: #7ADDFA; }
a { background-color: rgb(122,221,250); }
div.DivClassName
{
background-color: #7ADDFA;
}
.BgClassName
{
background-color: #7ADDFA;
}
</style>
border-color css
<style>
span { border-color: #7ADDFA; }
span { border-color: rgb(122,221,250); }
td.TdClassName
{
border-color: #7ADDFA;
}
.TagClassName
{
border-color: #7ADDFA;
}
</style>