Shades of Light Sky Blue #7AD3FB
Tints of Light Sky Blue #7AD3FB
RGB
CMYK
RGB Variations
Color information
#7AD3FB (or 0x7AD3FB) is known color: Light Sky Blue. HEX triplet: 7A, D3 and FB. RGB value is (122,211,251). Sum of RGB (Red+Green+Blue) = 122+211+251=584 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.89% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #7AD3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD3FB is #852C04. Grayscale: #BCBCBC. Windows color (decimal): -8727557 or 16503674. OLE color: 16503674.
HSL color Cylindrical-coordinate representation of color #7AD3FB: hue angle of 198.6º 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 #7AD3FB is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 211 | 251 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.02 |
| HSL | 198.6º | 0.94% | 0.73% | - |
| HSV(B) | 198.6º | 0.51% | 0.98% | - |
| XYZ | 48.73 | 57.69 | 99.83 | - |
| YUV | 188.95 | 163.01 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 251 | 0.51 | 0.16 | 0 | 0.02 | 198.6 | 0.94 | 0.73 |
| Hex | 7A | D3 | FB | 33 | 10 | 0 | 2 | C7 | 5E | 49 |
| Octal | 172 | 323 | 373 | 63 | 20 | 0 | 2 | 307 | 136 | 111 |
| Binary | 1111010 | 11010011 | 11111011 | 110011 | 10000 | 0 | 10 | 11000111 | 1011110 | 1001001 |
Color Harmonies of #7AD3FB
Complementary color
Monochromatic Colors of #7AD3FB
Black with #7AD3FB
Text Example
Text Example
White with #7AD3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD3FB; }
p { color: rgb(122,211,251); }
H1.HeaderClassName
{
color: #7AD3FB;
}
.AnyTagClassName
{
color: #7AD3FB;
}
</style>
background-color css
<style>
a { background-color: #7AD3FB; }
a { background-color: rgb(122,211,251); }
div.DivClassName
{
background-color: #7AD3FB;
}
.BgClassName
{
background-color: #7AD3FB;
}
</style>
border-color css
<style>
span { border-color: #7AD3FB; }
span { border-color: rgb(122,211,251); }
td.TdClassName
{
border-color: #7AD3FB;
}
.TagClassName
{
border-color: #7AD3FB;
}
</style>