Shades of Light Sky Blue #7AD6FE
Tints of Light Sky Blue #7AD6FE
RGB
CMYK
RGB Variations
Color information
#7AD6FE (or 0x7AD6FE) is known color: Light Sky Blue. HEX triplet: 7A, D6 and FE. RGB value is (122,214,254). Sum of RGB (Red+Green+Blue) = 122+214+254=590 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.68% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AD6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD6FE is #852901. Grayscale: #BEBEBE. Windows color (decimal): -8726786 or 16701050. OLE color: 16701050.
HSL color Cylindrical-coordinate representation of color #7AD6FE: hue angle of 198.18º 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 #7AD6FE is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 214 | 254 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.00 |
| HSL | 198.18º | 0.99% | 0.74% | - |
| HSV(B) | 198.18º | 0.52% | 1% | - |
| XYZ | 49.96 | 59.39 | 102.6 | - |
| YUV | 191.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 254 | 0.52 | 0.16 | 0 | 0.00 | 198.18 | 0.99 | 0.74 |
| Hex | 7A | D6 | FE | 34 | 10 | 0 | 0 | C6 | 63 | 4A |
| Octal | 172 | 326 | 376 | 64 | 20 | 0 | 0 | 306 | 143 | 112 |
| Binary | 1111010 | 11010110 | 11111110 | 110100 | 10000 | 0 | 0 | 11000110 | 1100011 | 1001010 |
Color Harmonies of #7AD6FE
Complementary color
Monochromatic Colors of #7AD6FE
Black with #7AD6FE
Text Example
Text Example
White with #7AD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD6FE; }
p { color: rgb(122,214,254); }
H1.HeaderClassName
{
color: #7AD6FE;
}
.AnyTagClassName
{
color: #7AD6FE;
}
</style>
background-color css
<style>
a { background-color: #7AD6FE; }
a { background-color: rgb(122,214,254); }
div.DivClassName
{
background-color: #7AD6FE;
}
.BgClassName
{
background-color: #7AD6FE;
}
</style>
border-color css
<style>
span { border-color: #7AD6FE; }
span { border-color: rgb(122,214,254); }
td.TdClassName
{
border-color: #7AD6FE;
}
.TagClassName
{
border-color: #7AD6FE;
}
</style>