Shades of Light Sky Blue #7ADBFD
Tints of Light Sky Blue #7ADBFD
RGB
CMYK
RGB Variations
Color information
#7ADBFD (or 0x7ADBFD) is known color: Light Sky Blue. HEX triplet: 7A, DB and FD. RGB value is (122,219,253). Sum of RGB (Red+Green+Blue) = 122+219+253=594 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.54% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #7ADBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADBFD is #852402. Grayscale: #C1C1C1. Windows color (decimal): -8725507 or 16636794. OLE color: 16636794.
HSL color Cylindrical-coordinate representation of color #7ADBFD: hue angle of 195.57º 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 #7ADBFD is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 122 | 219 | 253 | - |
CMYK | 0.52 | 0.13 | 0 | 0.01 |
HSL | 195.57º | 0.97% | 0.74% | - |
HSV(B) | 195.57º | 0.52% | 0.99% | - |
XYZ | 51.09 | 61.89 | 102.18 | - |
YUV | 193.87 | 161.36 | 76.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 219 | 253 | 0.52 | 0.13 | 0 | 0.01 | 195.57 | 0.97 | 0.74 |
Hex | 7A | DB | FD | 34 | D | 0 | 1 | C4 | 61 | 4A |
Octal | 172 | 333 | 375 | 64 | 15 | 0 | 1 | 304 | 141 | 112 |
Binary | 1111010 | 11011011 | 11111101 | 110100 | 1101 | 0 | 1 | 11000100 | 1100001 | 1001010 |
Color Harmonies of #7ADBFD
Complementary color
Monochromatic Colors of #7ADBFD
Black with #7ADBFD
Text Example
Text Example
White with #7ADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADBFD; }
p { color: rgb(122,219,253); }
H1.HeaderClassName
{
color: #7ADBFD;
}
.AnyTagClassName
{
color: #7ADBFD;
}
</style>
background-color css
<style>
a { background-color: #7ADBFD; }
a { background-color: rgb(122,219,253); }
div.DivClassName
{
background-color: #7ADBFD;
}
.BgClassName
{
background-color: #7ADBFD;
}
</style>
border-color css
<style>
span { border-color: #7ADBFD; }
span { border-color: rgb(122,219,253); }
td.TdClassName
{
border-color: #7ADBFD;
}
.TagClassName
{
border-color: #7ADBFD;
}
</style>