Shades of Sky Blue #7FDEF6
Tints of Sky Blue #7FDEF6
RGB
CMYK
RGB Variations
Color information
#7FDEF6 (or 0x7FDEF6) is known color: Sky Blue. HEX triplet: 7F, DE and F6. RGB value is (127,222,246). Sum of RGB (Red+Green+Blue) = 127+222+246=595 (78% of max value = 765). Red value is 127 (50% from 255 or 21.34% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #7FDEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDEF6 is #802109. Grayscale: #C4C4C4. Windows color (decimal): -8397066 or 16178815. OLE color: 16178815.
HSL color Cylindrical-coordinate representation of color #7FDEF6: hue angle of 192.1º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FDEF6 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 222 | 246 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.04 |
| HSL | 192.1º | 0.87% | 0.73% | - |
| HSV(B) | 192.1º | 0.48% | 0.96% | - |
| XYZ | 51.51 | 63.41 | 96.71 | - |
| YUV | 196.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 246 | 0.48 | 0.10 | 0 | 0.04 | 192.1 | 0.87 | 0.73 |
| Hex | 7F | DE | F6 | 30 | A | 0 | 4 | C0 | 57 | 49 |
| Octal | 177 | 336 | 366 | 60 | 12 | 0 | 4 | 300 | 127 | 111 |
| Binary | 1111111 | 11011110 | 11110110 | 110000 | 1010 | 0 | 100 | 11000000 | 1010111 | 1001001 |
Color Harmonies of #7FDEF6
Complementary color
Monochromatic Colors of #7FDEF6
Black with #7FDEF6
Text Example
Text Example
White with #7FDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEF6; }
p { color: rgb(127,222,246); }
H1.HeaderClassName
{
color: #7FDEF6;
}
.AnyTagClassName
{
color: #7FDEF6;
}
</style>
background-color css
<style>
a { background-color: #7FDEF6; }
a { background-color: rgb(127,222,246); }
div.DivClassName
{
background-color: #7FDEF6;
}
.BgClassName
{
background-color: #7FDEF6;
}
</style>
border-color css
<style>
span { border-color: #7FDEF6; }
span { border-color: rgb(127,222,246); }
td.TdClassName
{
border-color: #7FDEF6;
}
.TagClassName
{
border-color: #7FDEF6;
}
</style>