Shades of Light Sky Blue #7AD2FB
Tints of Light Sky Blue #7AD2FB
RGB
CMYK
RGB Variations
Color information
#7AD2FB (or 0x7AD2FB) is known color: Light Sky Blue. HEX triplet: 7A, D2 and FB. RGB value is (122,210,251). Sum of RGB (Red+Green+Blue) = 122+210+251=583 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.93% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #7AD2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD2FB is #852D04. Grayscale: #BCBCBC. Windows color (decimal): -8727813 or 16503418. OLE color: 16503418.
HSL color Cylindrical-coordinate representation of color #7AD2FB: hue angle of 199.07º 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 #7AD2FB is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 210 | 251 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.02 |
| HSL | 199.07º | 0.94% | 0.73% | - |
| HSV(B) | 199.07º | 0.51% | 0.98% | - |
| XYZ | 48.49 | 57.2 | 99.75 | - |
| YUV | 188.36 | 163.35 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 251 | 0.51 | 0.16 | 0 | 0.02 | 199.07 | 0.94 | 0.73 |
| Hex | 7A | D2 | FB | 33 | 10 | 0 | 2 | C7 | 5E | 49 |
| Octal | 172 | 322 | 373 | 63 | 20 | 0 | 2 | 307 | 136 | 111 |
| Binary | 1111010 | 11010010 | 11111011 | 110011 | 10000 | 0 | 10 | 11000111 | 1011110 | 1001001 |
Color Harmonies of #7AD2FB
Complementary color
Monochromatic Colors of #7AD2FB
Black with #7AD2FB
Text Example
Text Example
White with #7AD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD2FB; }
p { color: rgb(122,210,251); }
H1.HeaderClassName
{
color: #7AD2FB;
}
.AnyTagClassName
{
color: #7AD2FB;
}
</style>
background-color css
<style>
a { background-color: #7AD2FB; }
a { background-color: rgb(122,210,251); }
div.DivClassName
{
background-color: #7AD2FB;
}
.BgClassName
{
background-color: #7AD2FB;
}
</style>
border-color css
<style>
span { border-color: #7AD2FB; }
span { border-color: rgb(122,210,251); }
td.TdClassName
{
border-color: #7AD2FB;
}
.TagClassName
{
border-color: #7AD2FB;
}
</style>