Shades of Light Sky Blue #7ADDFC
Tints of Light Sky Blue #7ADDFC
RGB
CMYK
RGB Variations
Color information
#7ADDFC (or 0x7ADDFC) is known color: Light Sky Blue. HEX triplet: 7A, DD and FC. RGB value is (122,221,252). Sum of RGB (Red+Green+Blue) = 122+221+252=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #7ADDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADDFC is #852203. Grayscale: #C2C2C2. Windows color (decimal): -8724996 or 16571770. OLE color: 16571770.
HSL color Cylindrical-coordinate representation of color #7ADDFC: hue angle of 194.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ADDFC is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 221 | 252 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.01 |
| HSL | 194.31º | 0.96% | 0.73% | - |
| HSV(B) | 194.31º | 0.52% | 0.99% | - |
| XYZ | 51.45 | 62.88 | 101.52 | - |
| YUV | 194.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 252 | 0.52 | 0.12 | 0 | 0.01 | 194.31 | 0.96 | 0.73 |
| Hex | 7A | DD | FC | 34 | C | 0 | 1 | C2 | 60 | 49 |
| Octal | 172 | 335 | 374 | 64 | 14 | 0 | 1 | 302 | 140 | 111 |
| Binary | 1111010 | 11011101 | 11111100 | 110100 | 1100 | 0 | 1 | 11000010 | 1100000 | 1001001 |
Color Harmonies of #7ADDFC
Complementary color
Monochromatic Colors of #7ADDFC
Black with #7ADDFC
Text Example
Text Example
White with #7ADDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDFC; }
p { color: rgb(122,221,252); }
H1.HeaderClassName
{
color: #7ADDFC;
}
.AnyTagClassName
{
color: #7ADDFC;
}
</style>
background-color css
<style>
a { background-color: #7ADDFC; }
a { background-color: rgb(122,221,252); }
div.DivClassName
{
background-color: #7ADDFC;
}
.BgClassName
{
background-color: #7ADDFC;
}
</style>
border-color css
<style>
span { border-color: #7ADDFC; }
span { border-color: rgb(122,221,252); }
td.TdClassName
{
border-color: #7ADDFC;
}
.TagClassName
{
border-color: #7ADDFC;
}
</style>