Shades of Light Sky Blue #7AD1FE
Tints of Light Sky Blue #7AD1FE
RGB
CMYK
RGB Variations
Color information
#7AD1FE (or 0x7AD1FE) is known color: Light Sky Blue. HEX triplet: 7A, D1 and FE. RGB value is (122,209,254). Sum of RGB (Red+Green+Blue) = 122+209+254=585 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.85% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AD1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD1FE is #852E01. Grayscale: #BBBBBB. Windows color (decimal): -8728066 or 16699770. OLE color: 16699770.
HSL color Cylindrical-coordinate representation of color #7AD1FE: hue angle of 200.45º 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 #7AD1FE is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 209 | 254 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.00 |
| HSL | 200.45º | 0.99% | 0.74% | - |
| HSV(B) | 200.45º | 0.52% | 1% | - |
| XYZ | 48.72 | 56.89 | 102.18 | - |
| YUV | 188.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 254 | 0.52 | 0.18 | 0 | 0.00 | 200.45 | 0.99 | 0.74 |
| Hex | 7A | D1 | FE | 34 | 12 | 0 | 0 | C8 | 63 | 4A |
| Octal | 172 | 321 | 376 | 64 | 22 | 0 | 0 | 310 | 143 | 112 |
| Binary | 1111010 | 11010001 | 11111110 | 110100 | 10010 | 0 | 0 | 11001000 | 1100011 | 1001010 |
Color Harmonies of #7AD1FE
Complementary color
Monochromatic Colors of #7AD1FE
Black with #7AD1FE
Text Example
Text Example
White with #7AD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD1FE; }
p { color: rgb(122,209,254); }
H1.HeaderClassName
{
color: #7AD1FE;
}
.AnyTagClassName
{
color: #7AD1FE;
}
</style>
background-color css
<style>
a { background-color: #7AD1FE; }
a { background-color: rgb(122,209,254); }
div.DivClassName
{
background-color: #7AD1FE;
}
.BgClassName
{
background-color: #7AD1FE;
}
</style>
border-color css
<style>
span { border-color: #7AD1FE; }
span { border-color: rgb(122,209,254); }
td.TdClassName
{
border-color: #7AD1FE;
}
.TagClassName
{
border-color: #7AD1FE;
}
</style>