Shades of Sky Blue #7AC8EF
Tints of Sky Blue #7AC8EF
RGB
CMYK
RGB Variations
Color information
#7AC8EF (or 0x7AC8EF) is known color: Sky Blue. HEX triplet: 7A, C8 and EF. RGB value is (122,200,239). Sum of RGB (Red+Green+Blue) = 122+200+239=561 (74% of max value = 765). Red value is 122 (48.05% from 255 or 21.75% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #7AC8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AC8EF is #853710. Grayscale: #B4B4B4. Windows color (decimal): -8730385 or 15714426. OLE color: 15714426.
HSL color Cylindrical-coordinate representation of color #7AC8EF: hue angle of 200º 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 #7AC8EF is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 200 | 239 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.06 |
| HSL | 200º | 0.79% | 0.71% | - |
| HSV(B) | 200º | 0.49% | 0.94% | - |
| XYZ | 44.26 | 51.68 | 89.3 | - |
| YUV | 181.12 | 160.66 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 239 | 0.49 | 0.16 | 0 | 0.06 | 200 | 0.79 | 0.71 |
| Hex | 7A | C8 | EF | 31 | 10 | 0 | 6 | C8 | 4F | 47 |
| Octal | 172 | 310 | 357 | 61 | 20 | 0 | 6 | 310 | 117 | 107 |
| Binary | 1111010 | 11001000 | 11101111 | 110001 | 10000 | 0 | 110 | 11001000 | 1001111 | 1000111 |
Color Harmonies of #7AC8EF
Complementary color
Monochromatic Colors of #7AC8EF
Black with #7AC8EF
Text Example
Text Example
White with #7AC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC8EF; }
p { color: rgb(122,200,239); }
H1.HeaderClassName
{
color: #7AC8EF;
}
.AnyTagClassName
{
color: #7AC8EF;
}
</style>
background-color css
<style>
a { background-color: #7AC8EF; }
a { background-color: rgb(122,200,239); }
div.DivClassName
{
background-color: #7AC8EF;
}
.BgClassName
{
background-color: #7AC8EF;
}
</style>
border-color css
<style>
span { border-color: #7AC8EF; }
span { border-color: rgb(122,200,239); }
td.TdClassName
{
border-color: #7AC8EF;
}
.TagClassName
{
border-color: #7AC8EF;
}
</style>