Shades of Light Sky Blue #7ADBFE
Tints of Light Sky Blue #7ADBFE
RGB
CMYK
RGB Variations
Color information
#7ADBFE (or 0x7ADBFE) is known color: Light Sky Blue. HEX triplet: 7A, DB and FE. RGB value is (122,219,254). Sum of RGB (Red+Green+Blue) = 122+219+254=595 (78% of max value = 765). Red value is 122 (48.05% from 255 or 20.50% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #7ADBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ADBFE is #852401. Grayscale: #C1C1C1. Windows color (decimal): -8725506 or 16702330. OLE color: 16702330.
HSL color Cylindrical-coordinate representation of color #7ADBFE: hue angle of 195.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ADBFE is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 219 | 254 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.00 |
| HSL | 195.91º | 0.99% | 0.74% | - |
| HSV(B) | 195.91º | 0.52% | 1% | - |
| XYZ | 51.25 | 61.96 | 103.02 | - |
| YUV | 193.99 | 161.86 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 254 | 0.52 | 0.14 | 0 | 0.00 | 195.91 | 0.99 | 0.74 |
| Hex | 7A | DB | FE | 34 | E | 0 | 0 | C4 | 63 | 4A |
| Octal | 172 | 333 | 376 | 64 | 16 | 0 | 0 | 304 | 143 | 112 |
| Binary | 1111010 | 11011011 | 11111110 | 110100 | 1110 | 0 | 0 | 11000100 | 1100011 | 1001010 |
Color Harmonies of #7ADBFE
Complementary color
Monochromatic Colors of #7ADBFE
Black with #7ADBFE
Text Example
Text Example
White with #7ADBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADBFE; }
p { color: rgb(122,219,254); }
H1.HeaderClassName
{
color: #7ADBFE;
}
.AnyTagClassName
{
color: #7ADBFE;
}
</style>
background-color css
<style>
a { background-color: #7ADBFE; }
a { background-color: rgb(122,219,254); }
div.DivClassName
{
background-color: #7ADBFE;
}
.BgClassName
{
background-color: #7ADBFE;
}
</style>
border-color css
<style>
span { border-color: #7ADBFE; }
span { border-color: rgb(122,219,254); }
td.TdClassName
{
border-color: #7ADBFE;
}
.TagClassName
{
border-color: #7ADBFE;
}
</style>