Shades of Light Sky Blue #7AD5FE
Tints of Light Sky Blue #7AD5FE
RGB
CMYK
RGB Variations
Color information
#7AD5FE (or 0x7AD5FE) is known color: Light Sky Blue. HEX triplet: 7A, D5 and FE. RGB value is (122,213,254). Sum of RGB (Red+Green+Blue) = 122+213+254=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AD5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD5FE is #852A01. Grayscale: #BEBEBE. Windows color (decimal): -8727042 or 16700794. OLE color: 16700794.
HSL color Cylindrical-coordinate representation of color #7AD5FE: hue angle of 198.64º 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 #7AD5FE is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 213 | 254 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.00 |
| HSL | 198.64º | 0.99% | 0.74% | - |
| HSV(B) | 198.64º | 0.52% | 1% | - |
| XYZ | 49.71 | 58.88 | 102.51 | - |
| YUV | 190.47 | 163.85 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 254 | 0.52 | 0.16 | 0 | 0.00 | 198.64 | 0.99 | 0.74 |
| Hex | 7A | D5 | FE | 34 | 10 | 0 | 0 | C7 | 63 | 4A |
| Octal | 172 | 325 | 376 | 64 | 20 | 0 | 0 | 307 | 143 | 112 |
| Binary | 1111010 | 11010101 | 11111110 | 110100 | 10000 | 0 | 0 | 11000111 | 1100011 | 1001010 |
Color Harmonies of #7AD5FE
Complementary color
Monochromatic Colors of #7AD5FE
Black with #7AD5FE
Text Example
Text Example
White with #7AD5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD5FE; }
p { color: rgb(122,213,254); }
H1.HeaderClassName
{
color: #7AD5FE;
}
.AnyTagClassName
{
color: #7AD5FE;
}
</style>
background-color css
<style>
a { background-color: #7AD5FE; }
a { background-color: rgb(122,213,254); }
div.DivClassName
{
background-color: #7AD5FE;
}
.BgClassName
{
background-color: #7AD5FE;
}
</style>
border-color css
<style>
span { border-color: #7AD5FE; }
span { border-color: rgb(122,213,254); }
td.TdClassName
{
border-color: #7AD5FE;
}
.TagClassName
{
border-color: #7AD5FE;
}
</style>