Shades of Light Sky Blue #7AD8FB
Tints of Light Sky Blue #7AD8FB
RGB
CMYK
RGB Variations
Color information
#7AD8FB (or 0x7AD8FB) is known color: Light Sky Blue. HEX triplet: 7A, D8 and FB. RGB value is (122,216,251). Sum of RGB (Red+Green+Blue) = 122+216+251=589 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.71% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #7AD8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD8FB is #852704. Grayscale: #BFBFBF. Windows color (decimal): -8726277 or 16504954. OLE color: 16504954.
HSL color Cylindrical-coordinate representation of color #7AD8FB: hue angle of 196.28º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AD8FB is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 216 | 251 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.02 |
| HSL | 196.28º | 0.94% | 0.73% | - |
| HSV(B) | 196.28º | 0.51% | 0.98% | - |
| XYZ | 49.99 | 60.21 | 100.25 | - |
| YUV | 191.88 | 161.36 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 251 | 0.51 | 0.14 | 0 | 0.02 | 196.28 | 0.94 | 0.73 |
| Hex | 7A | D8 | FB | 33 | E | 0 | 2 | C4 | 5E | 49 |
| Octal | 172 | 330 | 373 | 63 | 16 | 0 | 2 | 304 | 136 | 111 |
| Binary | 1111010 | 11011000 | 11111011 | 110011 | 1110 | 0 | 10 | 11000100 | 1011110 | 1001001 |
Color Harmonies of #7AD8FB
Complementary color
Monochromatic Colors of #7AD8FB
Black with #7AD8FB
Text Example
Text Example
White with #7AD8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8FB; }
p { color: rgb(122,216,251); }
H1.HeaderClassName
{
color: #7AD8FB;
}
.AnyTagClassName
{
color: #7AD8FB;
}
</style>
background-color css
<style>
a { background-color: #7AD8FB; }
a { background-color: rgb(122,216,251); }
div.DivClassName
{
background-color: #7AD8FB;
}
.BgClassName
{
background-color: #7AD8FB;
}
</style>
border-color css
<style>
span { border-color: #7AD8FB; }
span { border-color: rgb(122,216,251); }
td.TdClassName
{
border-color: #7AD8FB;
}
.TagClassName
{
border-color: #7AD8FB;
}
</style>