Shades of Sky Blue #7AC7EF
Tints of Sky Blue #7AC7EF
RGB
CMYK
RGB Variations
Color information
#7AC7EF (or 0x7AC7EF) is known color: Sky Blue. HEX triplet: 7A, C7 and EF. RGB value is (122,199,239). Sum of RGB (Red+Green+Blue) = 122+199+239=560 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.79% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #7AC7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC7EF is #853810. Grayscale: #B4B4B4. Windows color (decimal): -8730641 or 15714170. OLE color: 15714170.
HSL color Cylindrical-coordinate representation of color #7AC7EF: hue angle of 200.51º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AC7EF is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 199 | 239 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.06 |
| HSL | 200.51º | 0.79% | 0.71% | - |
| HSV(B) | 200.51º | 0.49% | 0.94% | - |
| XYZ | 44.03 | 51.22 | 89.23 | - |
| YUV | 180.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 199 | 239 | 0.49 | 0.17 | 0 | 0.06 | 200.51 | 0.79 | 0.71 |
| Hex | 7A | C7 | EF | 31 | 11 | 0 | 6 | C9 | 4F | 47 |
| Octal | 172 | 307 | 357 | 61 | 21 | 0 | 6 | 311 | 117 | 107 |
| Binary | 1111010 | 11000111 | 11101111 | 110001 | 10001 | 0 | 110 | 11001001 | 1001111 | 1000111 |
Color Harmonies of #7AC7EF
Complementary color
Monochromatic Colors of #7AC7EF
Black with #7AC7EF
Text Example
Text Example
White with #7AC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC7EF; }
p { color: rgb(122,199,239); }
H1.HeaderClassName
{
color: #7AC7EF;
}
.AnyTagClassName
{
color: #7AC7EF;
}
</style>
background-color css
<style>
a { background-color: #7AC7EF; }
a { background-color: rgb(122,199,239); }
div.DivClassName
{
background-color: #7AC7EF;
}
.BgClassName
{
background-color: #7AC7EF;
}
</style>
border-color css
<style>
span { border-color: #7AC7EF; }
span { border-color: rgb(122,199,239); }
td.TdClassName
{
border-color: #7AC7EF;
}
.TagClassName
{
border-color: #7AC7EF;
}
</style>