Shades of Sky Blue #7FDEF4
Tints of Sky Blue #7FDEF4
RGB
CMYK
RGB Variations
Color information
#7FDEF4 (or 0x7FDEF4) is known color: Sky Blue. HEX triplet: 7F, DE and F4. RGB value is (127,222,244). Sum of RGB (Red+Green+Blue) = 127+222+244=593 (78% of max value = 765). Red value is 127 (50% from 255 or 21.42% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #7FDEF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDEF4 is #80210B. Grayscale: #C3C3C3. Windows color (decimal): -8397068 or 16047743. OLE color: 16047743.
HSL color Cylindrical-coordinate representation of color #7FDEF4: hue angle of 191.28º degrees, saturation: 0.84, 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 #7FDEF4 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 222 | 244 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.04 |
| HSL | 191.28º | 0.84% | 0.73% | - |
| HSV(B) | 191.28º | 0.48% | 0.96% | - |
| XYZ | 51.2 | 63.29 | 95.1 | - |
| YUV | 196.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 244 | 0.48 | 0.09 | 0 | 0.04 | 191.28 | 0.84 | 0.73 |
| Hex | 7F | DE | F4 | 30 | 9 | 0 | 4 | BF | 54 | 49 |
| Octal | 177 | 336 | 364 | 60 | 11 | 0 | 4 | 277 | 124 | 111 |
| Binary | 1111111 | 11011110 | 11110100 | 110000 | 1001 | 0 | 100 | 10111111 | 1010100 | 1001001 |
Color Harmonies of #7FDEF4
Complementary color
Monochromatic Colors of #7FDEF4
Black with #7FDEF4
Text Example
Text Example
White with #7FDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEF4; }
p { color: rgb(127,222,244); }
H1.HeaderClassName
{
color: #7FDEF4;
}
.AnyTagClassName
{
color: #7FDEF4;
}
</style>
background-color css
<style>
a { background-color: #7FDEF4; }
a { background-color: rgb(127,222,244); }
div.DivClassName
{
background-color: #7FDEF4;
}
.BgClassName
{
background-color: #7FDEF4;
}
</style>
border-color css
<style>
span { border-color: #7FDEF4; }
span { border-color: rgb(127,222,244); }
td.TdClassName
{
border-color: #7FDEF4;
}
.TagClassName
{
border-color: #7FDEF4;
}
</style>