Shades of Sky Blue #7FDEF1
Tints of Sky Blue #7FDEF1
RGB
CMYK
RGB Variations
Color information
#7FDEF1 (or 0x7FDEF1) is known color: Sky Blue. HEX triplet: 7F, DE and F1. RGB value is (127,222,241). Sum of RGB (Red+Green+Blue) = 127+222+241=590 (78% of max value = 765). Red value is 127 (50% from 255 or 21.53% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #7FDEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDEF1 is #80210E. Grayscale: #C3C3C3. Windows color (decimal): -8397071 or 15851135. OLE color: 15851135.
HSL color Cylindrical-coordinate representation of color #7FDEF1: hue angle of 190º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FDEF1 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 222 | 241 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.05 |
| HSL | 190º | 0.8% | 0.72% | - |
| HSV(B) | 190º | 0.47% | 0.95% | - |
| XYZ | 50.75 | 63.11 | 92.72 | - |
| YUV | 195.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 241 | 0.47 | 0.08 | 0 | 0.05 | 190 | 0.8 | 0.72 |
| Hex | 7F | DE | F1 | 2F | 8 | 0 | 5 | BE | 50 | 48 |
| Octal | 177 | 336 | 361 | 57 | 10 | 0 | 5 | 276 | 120 | 110 |
| Binary | 1111111 | 11011110 | 11110001 | 101111 | 1000 | 0 | 101 | 10111110 | 1010000 | 1001000 |
Color Harmonies of #7FDEF1
Complementary color
Monochromatic Colors of #7FDEF1
Black with #7FDEF1
Text Example
Text Example
White with #7FDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEF1; }
p { color: rgb(127,222,241); }
H1.HeaderClassName
{
color: #7FDEF1;
}
.AnyTagClassName
{
color: #7FDEF1;
}
</style>
background-color css
<style>
a { background-color: #7FDEF1; }
a { background-color: rgb(127,222,241); }
div.DivClassName
{
background-color: #7FDEF1;
}
.BgClassName
{
background-color: #7FDEF1;
}
</style>
border-color css
<style>
span { border-color: #7FDEF1; }
span { border-color: rgb(127,222,241); }
td.TdClassName
{
border-color: #7FDEF1;
}
.TagClassName
{
border-color: #7FDEF1;
}
</style>