Shades of Light Sky Blue #7ADDFD
Tints of Light Sky Blue #7ADDFD
RGB
CMYK
RGB Variations
Color information
#7ADDFD (or 0x7ADDFD) is known color: Light Sky Blue. HEX triplet: 7A, DD and FD. RGB value is (122,221,253). Sum of RGB (Red+Green+Blue) = 122+221+253=596 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.47% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #7ADDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADDFD is #852202. Grayscale: #C2C2C2. Windows color (decimal): -8724995 or 16637306. OLE color: 16637306.
HSL color Cylindrical-coordinate representation of color #7ADDFD: hue angle of 194.66º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ADDFD is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 221 | 253 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.01 |
| HSL | 194.66º | 0.97% | 0.74% | - |
| HSV(B) | 194.66º | 0.52% | 0.99% | - |
| XYZ | 51.61 | 62.94 | 102.36 | - |
| YUV | 195.05 | 160.7 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 253 | 0.52 | 0.13 | 0 | 0.01 | 194.66 | 0.97 | 0.74 |
| Hex | 7A | DD | FD | 34 | D | 0 | 1 | C3 | 61 | 4A |
| Octal | 172 | 335 | 375 | 64 | 15 | 0 | 1 | 303 | 141 | 112 |
| Binary | 1111010 | 11011101 | 11111101 | 110100 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001010 |
Color Harmonies of #7ADDFD
Complementary color
Monochromatic Colors of #7ADDFD
Black with #7ADDFD
Text Example
Text Example
White with #7ADDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDFD; }
p { color: rgb(122,221,253); }
H1.HeaderClassName
{
color: #7ADDFD;
}
.AnyTagClassName
{
color: #7ADDFD;
}
</style>
background-color css
<style>
a { background-color: #7ADDFD; }
a { background-color: rgb(122,221,253); }
div.DivClassName
{
background-color: #7ADDFD;
}
.BgClassName
{
background-color: #7ADDFD;
}
</style>
border-color css
<style>
span { border-color: #7ADDFD; }
span { border-color: rgb(122,221,253); }
td.TdClassName
{
border-color: #7ADDFD;
}
.TagClassName
{
border-color: #7ADDFD;
}
</style>