Shades of Sky Blue #7FDBEC
Tints of Sky Blue #7FDBEC
RGB
CMYK
RGB Variations
Color information
#7FDBEC (or 0x7FDBEC) is known color: Sky Blue. HEX triplet: 7F, DB and EC. RGB value is (127,219,236). Sum of RGB (Red+Green+Blue) = 127+219+236=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FDBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDBEC is #802413. Grayscale: #C1C1C1. Windows color (decimal): -8397844 or 15522687. OLE color: 15522687.
HSL color Cylindrical-coordinate representation of color #7FDBEC: hue angle of 189.36º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FDBEC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 219 | 236 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.07 |
| HSL | 189.36º | 0.74% | 0.71% | - |
| HSV(B) | 189.36º | 0.46% | 0.93% | - |
| XYZ | 49.22 | 61.23 | 88.58 | - |
| YUV | 193.43 | 152.02 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 236 | 0.46 | 0.07 | 0 | 0.07 | 189.36 | 0.74 | 0.71 |
| Hex | 7F | DB | EC | 2E | 7 | 0 | 7 | BD | 4A | 47 |
| Octal | 177 | 333 | 354 | 56 | 7 | 0 | 7 | 275 | 112 | 107 |
| Binary | 1111111 | 11011011 | 11101100 | 101110 | 111 | 0 | 111 | 10111101 | 1001010 | 1000111 |
Color Harmonies of #7FDBEC
Complementary color
Monochromatic Colors of #7FDBEC
Black with #7FDBEC
Text Example
Text Example
White with #7FDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBEC; }
p { color: rgb(127,219,236); }
H1.HeaderClassName
{
color: #7FDBEC;
}
.AnyTagClassName
{
color: #7FDBEC;
}
</style>
background-color css
<style>
a { background-color: #7FDBEC; }
a { background-color: rgb(127,219,236); }
div.DivClassName
{
background-color: #7FDBEC;
}
.BgClassName
{
background-color: #7FDBEC;
}
</style>
border-color css
<style>
span { border-color: #7FDBEC; }
span { border-color: rgb(127,219,236); }
td.TdClassName
{
border-color: #7FDBEC;
}
.TagClassName
{
border-color: #7FDBEC;
}
</style>