Shades of Sky Blue #7FDEF0
Tints of Sky Blue #7FDEF0
RGB
CMYK
RGB Variations
Color information
#7FDEF0 (or 0x7FDEF0) is known color: Sky Blue. HEX triplet: 7F, DE and F0. RGB value is (127,222,240). Sum of RGB (Red+Green+Blue) = 127+222+240=589 (78% of max value = 765). Red value is 127 (50% from 255 or 21.56% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #7FDEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDEF0 is #80210F. Grayscale: #C3C3C3. Windows color (decimal): -8397072 or 15785599. OLE color: 15785599.
HSL color Cylindrical-coordinate representation of color #7FDEF0: hue angle of 189.56º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FDEF0 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 222 | 240 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.06 |
| HSL | 189.56º | 0.79% | 0.72% | - |
| HSV(B) | 189.56º | 0.47% | 0.94% | - |
| XYZ | 50.6 | 63.05 | 91.94 | - |
| YUV | 195.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 240 | 0.47 | 0.08 | 0 | 0.06 | 189.56 | 0.79 | 0.72 |
| Hex | 7F | DE | F0 | 2F | 8 | 0 | 6 | BE | 4F | 48 |
| Octal | 177 | 336 | 360 | 57 | 10 | 0 | 6 | 276 | 117 | 110 |
| Binary | 1111111 | 11011110 | 11110000 | 101111 | 1000 | 0 | 110 | 10111110 | 1001111 | 1001000 |
Color Harmonies of #7FDEF0
Complementary color
Monochromatic Colors of #7FDEF0
Black with #7FDEF0
Text Example
Text Example
White with #7FDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEF0; }
p { color: rgb(127,222,240); }
H1.HeaderClassName
{
color: #7FDEF0;
}
.AnyTagClassName
{
color: #7FDEF0;
}
</style>
background-color css
<style>
a { background-color: #7FDEF0; }
a { background-color: rgb(127,222,240); }
div.DivClassName
{
background-color: #7FDEF0;
}
.BgClassName
{
background-color: #7FDEF0;
}
</style>
border-color css
<style>
span { border-color: #7FDEF0; }
span { border-color: rgb(127,222,240); }
td.TdClassName
{
border-color: #7FDEF0;
}
.TagClassName
{
border-color: #7FDEF0;
}
</style>