Shades of Light Sky Blue #7AD8FE
Tints of Light Sky Blue #7AD8FE
RGB
CMYK
RGB Variations
Color information
#7AD8FE (or 0x7AD8FE) is known color: Light Sky Blue. HEX triplet: 7A, D8 and FE. RGB value is (122,216,254). Sum of RGB (Red+Green+Blue) = 122+216+254=592 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.61% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AD8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD8FE is #852701. Grayscale: #BFBFBF. Windows color (decimal): -8726274 or 16701562. OLE color: 16701562.
HSL color Cylindrical-coordinate representation of color #7AD8FE: hue angle of 197.27º 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 #7AD8FE is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 216 | 254 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.00 |
| HSL | 197.27º | 0.99% | 0.74% | - |
| HSV(B) | 197.27º | 0.52% | 1% | - |
| XYZ | 50.47 | 60.41 | 102.77 | - |
| YUV | 192.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 254 | 0.52 | 0.15 | 0 | 0.00 | 197.27 | 0.99 | 0.74 |
| Hex | 7A | D8 | FE | 34 | F | 0 | 0 | C5 | 63 | 4A |
| Octal | 172 | 330 | 376 | 64 | 17 | 0 | 0 | 305 | 143 | 112 |
| Binary | 1111010 | 11011000 | 11111110 | 110100 | 1111 | 0 | 0 | 11000101 | 1100011 | 1001010 |
Color Harmonies of #7AD8FE
Complementary color
Monochromatic Colors of #7AD8FE
Black with #7AD8FE
Text Example
Text Example
White with #7AD8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8FE; }
p { color: rgb(122,216,254); }
H1.HeaderClassName
{
color: #7AD8FE;
}
.AnyTagClassName
{
color: #7AD8FE;
}
</style>
background-color css
<style>
a { background-color: #7AD8FE; }
a { background-color: rgb(122,216,254); }
div.DivClassName
{
background-color: #7AD8FE;
}
.BgClassName
{
background-color: #7AD8FE;
}
</style>
border-color css
<style>
span { border-color: #7AD8FE; }
span { border-color: rgb(122,216,254); }
td.TdClassName
{
border-color: #7AD8FE;
}
.TagClassName
{
border-color: #7AD8FE;
}
</style>