Shades of Light Sky Blue #7ADEFD
Tints of Light Sky Blue #7ADEFD
RGB
CMYK
RGB Variations
Color information
#7ADEFD (or 0x7ADEFD) is known color: Light Sky Blue. HEX triplet: 7A, DE and FD. RGB value is (122,222,253). Sum of RGB (Red+Green+Blue) = 122+222+253=597 (79% of max value = 765). Red value is 122 (48.05% from 255 or 20.44% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #7ADEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADEFD is #852102. Grayscale: #C3C3C3. Windows color (decimal): -8724739 or 16637562. OLE color: 16637562.
HSL color Cylindrical-coordinate representation of color #7ADEFD: hue angle of 194.2º 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 #7ADEFD is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 122 | 222 | 253 | - |
CMYK | 0.52 | 0.12 | 0 | 0.01 |
HSL | 194.2º | 0.97% | 0.74% | - |
HSV(B) | 194.2º | 0.52% | 0.99% | - |
XYZ | 51.88 | 63.47 | 102.45 | - |
YUV | 195.63 | 160.37 | 75.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 222 | 253 | 0.52 | 0.12 | 0 | 0.01 | 194.2 | 0.97 | 0.74 |
Hex | 7A | DE | FD | 34 | C | 0 | 1 | C2 | 61 | 4A |
Octal | 172 | 336 | 375 | 64 | 14 | 0 | 1 | 302 | 141 | 112 |
Binary | 1111010 | 11011110 | 11111101 | 110100 | 1100 | 0 | 1 | 11000010 | 1100001 | 1001010 |
Color Harmonies of #7ADEFD
Complementary color
Monochromatic Colors of #7ADEFD
Black with #7ADEFD
Text Example
Text Example
White with #7ADEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADEFD; }
p { color: rgb(122,222,253); }
H1.HeaderClassName
{
color: #7ADEFD;
}
.AnyTagClassName
{
color: #7ADEFD;
}
</style>
background-color css
<style>
a { background-color: #7ADEFD; }
a { background-color: rgb(122,222,253); }
div.DivClassName
{
background-color: #7ADEFD;
}
.BgClassName
{
background-color: #7ADEFD;
}
</style>
border-color css
<style>
span { border-color: #7ADEFD; }
span { border-color: rgb(122,222,253); }
td.TdClassName
{
border-color: #7ADEFD;
}
.TagClassName
{
border-color: #7ADEFD;
}
</style>