Shades of Light Sky Blue #7AD9FE
Tints of Light Sky Blue #7AD9FE
RGB
CMYK
RGB Variations
Color information
#7AD9FE (or 0x7AD9FE) is known color: Light Sky Blue. HEX triplet: 7A, D9 and FE. RGB value is (122,217,254). Sum of RGB (Red+Green+Blue) = 122+217+254=593 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.57% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AD9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD9FE is #852601. Grayscale: #C0C0C0. Windows color (decimal): -8726018 or 16701818. OLE color: 16701818.
HSL color Cylindrical-coordinate representation of color #7AD9FE: hue angle of 196.82º 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 #7AD9FE is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 217 | 254 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.00 |
| HSL | 196.82º | 0.99% | 0.74% | - |
| HSV(B) | 196.82º | 0.52% | 1% | - |
| XYZ | 50.73 | 60.92 | 102.85 | - |
| YUV | 192.81 | 162.53 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 254 | 0.52 | 0.15 | 0 | 0.00 | 196.82 | 0.99 | 0.74 |
| Hex | 7A | D9 | FE | 34 | F | 0 | 0 | C5 | 63 | 4A |
| Octal | 172 | 331 | 376 | 64 | 17 | 0 | 0 | 305 | 143 | 112 |
| Binary | 1111010 | 11011001 | 11111110 | 110100 | 1111 | 0 | 0 | 11000101 | 1100011 | 1001010 |
Color Harmonies of #7AD9FE
Complementary color
Monochromatic Colors of #7AD9FE
Black with #7AD9FE
Text Example
Text Example
White with #7AD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD9FE; }
p { color: rgb(122,217,254); }
H1.HeaderClassName
{
color: #7AD9FE;
}
.AnyTagClassName
{
color: #7AD9FE;
}
</style>
background-color css
<style>
a { background-color: #7AD9FE; }
a { background-color: rgb(122,217,254); }
div.DivClassName
{
background-color: #7AD9FE;
}
.BgClassName
{
background-color: #7AD9FE;
}
</style>
border-color css
<style>
span { border-color: #7AD9FE; }
span { border-color: rgb(122,217,254); }
td.TdClassName
{
border-color: #7AD9FE;
}
.TagClassName
{
border-color: #7AD9FE;
}
</style>