Shades of Light Sky Blue #7AD0FE
Tints of Light Sky Blue #7AD0FE
RGB
CMYK
RGB Variations
Color information
#7AD0FE (or 0x7AD0FE) is known color: Light Sky Blue. HEX triplet: 7A, D0 and FE. RGB value is (122,208,254). Sum of RGB (Red+Green+Blue) = 122+208+254=584 (77% of max value = 765). Red value is 122 (48.05% from 255 or 20.89% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #7AD0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD0FE is #852F01. Grayscale: #BBBBBB. Windows color (decimal): -8728322 or 16699514. OLE color: 16699514.
HSL color Cylindrical-coordinate representation of color #7AD0FE: hue angle of 200.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 #7AD0FE is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 208 | 254 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.00 |
| HSL | 200.91º | 0.99% | 0.74% | - |
| HSV(B) | 200.91º | 0.52% | 1% | - |
| XYZ | 48.47 | 56.41 | 102.1 | - |
| YUV | 187.53 | 165.51 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 254 | 0.52 | 0.18 | 0 | 0.00 | 200.91 | 0.99 | 0.74 |
| Hex | 7A | D0 | FE | 34 | 12 | 0 | 0 | C9 | 63 | 4A |
| Octal | 172 | 320 | 376 | 64 | 22 | 0 | 0 | 311 | 143 | 112 |
| Binary | 1111010 | 11010000 | 11111110 | 110100 | 10010 | 0 | 0 | 11001001 | 1100011 | 1001010 |
Color Harmonies of #7AD0FE
Complementary color
Monochromatic Colors of #7AD0FE
Black with #7AD0FE
Text Example
Text Example
White with #7AD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD0FE; }
p { color: rgb(122,208,254); }
H1.HeaderClassName
{
color: #7AD0FE;
}
.AnyTagClassName
{
color: #7AD0FE;
}
</style>
background-color css
<style>
a { background-color: #7AD0FE; }
a { background-color: rgb(122,208,254); }
div.DivClassName
{
background-color: #7AD0FE;
}
.BgClassName
{
background-color: #7AD0FE;
}
</style>
border-color css
<style>
span { border-color: #7AD0FE; }
span { border-color: rgb(122,208,254); }
td.TdClassName
{
border-color: #7AD0FE;
}
.TagClassName
{
border-color: #7AD0FE;
}
</style>