Shades of Light Sky Blue #7AD9F8
Tints of Light Sky Blue #7AD9F8
RGB
CMYK
RGB Variations
Color information
#7AD9F8 (or 0x7AD9F8) is known color: Light Sky Blue. HEX triplet: 7A, D9 and F8. RGB value is (122,217,248). Sum of RGB (Red+Green+Blue) = 122+217+248=587 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.78% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #7AD9F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD9F8 is #852607. Grayscale: #BFBFBF. Windows color (decimal): -8726024 or 16308602. OLE color: 16308602.
HSL color Cylindrical-coordinate representation of color #7AD9F8: hue angle of 194.76º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AD9F8 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 217 | 248 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.03 |
| HSL | 194.76º | 0.9% | 0.73% | - |
| HSV(B) | 194.76º | 0.51% | 0.97% | - |
| XYZ | 49.78 | 60.54 | 97.87 | - |
| YUV | 192.13 | 159.53 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 248 | 0.51 | 0.12 | 0 | 0.03 | 194.76 | 0.9 | 0.73 |
| Hex | 7A | D9 | F8 | 33 | C | 0 | 3 | C3 | 5A | 49 |
| Octal | 172 | 331 | 370 | 63 | 14 | 0 | 3 | 303 | 132 | 111 |
| Binary | 1111010 | 11011001 | 11111000 | 110011 | 1100 | 0 | 11 | 11000011 | 1011010 | 1001001 |
Color Harmonies of #7AD9F8
Complementary color
Monochromatic Colors of #7AD9F8
Black with #7AD9F8
Text Example
Text Example
White with #7AD9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD9F8; }
p { color: rgb(122,217,248); }
H1.HeaderClassName
{
color: #7AD9F8;
}
.AnyTagClassName
{
color: #7AD9F8;
}
</style>
background-color css
<style>
a { background-color: #7AD9F8; }
a { background-color: rgb(122,217,248); }
div.DivClassName
{
background-color: #7AD9F8;
}
.BgClassName
{
background-color: #7AD9F8;
}
</style>
border-color css
<style>
span { border-color: #7AD9F8; }
span { border-color: rgb(122,217,248); }
td.TdClassName
{
border-color: #7AD9F8;
}
.TagClassName
{
border-color: #7AD9F8;
}
</style>