Shades of Sky Blue #7AD8F1
Tints of Sky Blue #7AD8F1
RGB
CMYK
RGB Variations
Color information
#7AD8F1 (or 0x7AD8F1) is known color: Sky Blue. HEX triplet: 7A, D8 and F1. RGB value is (122,216,241). Sum of RGB (Red+Green+Blue) = 122+216+241=579 (76% of max value = 765). Red value is 122 (48.05% from 255 or 21.07% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #7AD8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AD8F1 is #85270E. Grayscale: #BEBEBE. Windows color (decimal): -8726287 or 15849594. OLE color: 15849594.
HSL color Cylindrical-coordinate representation of color #7AD8F1: hue angle of 192.61º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AD8F1 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 216 | 241 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.05 |
| HSL | 192.61º | 0.81% | 0.71% | - |
| HSV(B) | 192.61º | 0.49% | 0.95% | - |
| XYZ | 48.46 | 59.6 | 92.17 | - |
| YUV | 190.74 | 156.36 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 241 | 0.49 | 0.10 | 0 | 0.05 | 192.61 | 0.81 | 0.71 |
| Hex | 7A | D8 | F1 | 31 | A | 0 | 5 | C1 | 51 | 47 |
| Octal | 172 | 330 | 361 | 61 | 12 | 0 | 5 | 301 | 121 | 107 |
| Binary | 1111010 | 11011000 | 11110001 | 110001 | 1010 | 0 | 101 | 11000001 | 1010001 | 1000111 |
Color Harmonies of #7AD8F1
Complementary color
Monochromatic Colors of #7AD8F1
Black with #7AD8F1
Text Example
Text Example
White with #7AD8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8F1; }
p { color: rgb(122,216,241); }
H1.HeaderClassName
{
color: #7AD8F1;
}
.AnyTagClassName
{
color: #7AD8F1;
}
</style>
background-color css
<style>
a { background-color: #7AD8F1; }
a { background-color: rgb(122,216,241); }
div.DivClassName
{
background-color: #7AD8F1;
}
.BgClassName
{
background-color: #7AD8F1;
}
</style>
border-color css
<style>
span { border-color: #7AD8F1; }
span { border-color: rgb(122,216,241); }
td.TdClassName
{
border-color: #7AD8F1;
}
.TagClassName
{
border-color: #7AD8F1;
}
</style>