Shades of Sky Blue #7FC6E5
Tints of Sky Blue #7FC6E5
RGB
CMYK
RGB Variations
Color information
#7FC6E5 (or 0x7FC6E5) is known color: Sky Blue. HEX triplet: 7F, C6 and E5. RGB value is (127,198,229). Sum of RGB (Red+Green+Blue) = 127+198+229=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #7FC6E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC6E5 is #80391A. Grayscale: #B4B4B4. Windows color (decimal): -8403227 or 15058559. OLE color: 15058559.
HSL color Cylindrical-coordinate representation of color #7FC6E5: hue angle of 198.24º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FC6E5 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 198 | 229 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.10 |
| HSL | 198.24º | 0.66% | 0.7% | - |
| HSV(B) | 198.24º | 0.45% | 0.9% | - |
| XYZ | 43.09 | 50.56 | 81.62 | - |
| YUV | 180.31 | 155.48 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 229 | 0.45 | 0.14 | 0 | 0.10 | 198.24 | 0.66 | 0.7 |
| Hex | 7F | C6 | E5 | 2D | E | 0 | A | C6 | 42 | 46 |
| Octal | 177 | 306 | 345 | 55 | 16 | 0 | 12 | 306 | 102 | 106 |
| Binary | 1111111 | 11000110 | 11100101 | 101101 | 1110 | 0 | 1010 | 11000110 | 1000010 | 1000110 |
Color Harmonies of #7FC6E5
Complementary color
Monochromatic Colors of #7FC6E5
Black with #7FC6E5
Text Example
Text Example
White with #7FC6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC6E5; }
p { color: rgb(127,198,229); }
H1.HeaderClassName
{
color: #7FC6E5;
}
.AnyTagClassName
{
color: #7FC6E5;
}
</style>
background-color css
<style>
a { background-color: #7FC6E5; }
a { background-color: rgb(127,198,229); }
div.DivClassName
{
background-color: #7FC6E5;
}
.BgClassName
{
background-color: #7FC6E5;
}
</style>
border-color css
<style>
span { border-color: #7FC6E5; }
span { border-color: rgb(127,198,229); }
td.TdClassName
{
border-color: #7FC6E5;
}
.TagClassName
{
border-color: #7FC6E5;
}
</style>