Shades of Sky Blue #7FDBF2
Tints of Sky Blue #7FDBF2
RGB
CMYK
RGB Variations
Color information
#7FDBF2 (or 0x7FDBF2) is known color: Sky Blue. HEX triplet: 7F, DB and F2. RGB value is (127,219,242). Sum of RGB (Red+Green+Blue) = 127+219+242=588 (77% of max value = 765). Red value is 127 (50% from 255 or 21.60% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #7FDBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDBF2 is #80240D. Grayscale: #C1C1C1. Windows color (decimal): -8397838 or 15915903. OLE color: 15915903.
HSL color Cylindrical-coordinate representation of color #7FDBF2: hue angle of 192º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FDBF2 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 219 | 242 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.05 |
| HSL | 192º | 0.82% | 0.72% | - |
| HSV(B) | 192º | 0.48% | 0.95% | - |
| XYZ | 50.11 | 61.59 | 93.25 | - |
| YUV | 194.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 242 | 0.48 | 0.10 | 0 | 0.05 | 192 | 0.82 | 0.72 |
| Hex | 7F | DB | F2 | 30 | A | 0 | 5 | C0 | 52 | 48 |
| Octal | 177 | 333 | 362 | 60 | 12 | 0 | 5 | 300 | 122 | 110 |
| Binary | 1111111 | 11011011 | 11110010 | 110000 | 1010 | 0 | 101 | 11000000 | 1010010 | 1001000 |
Color Harmonies of #7FDBF2
Complementary color
Monochromatic Colors of #7FDBF2
Black with #7FDBF2
Text Example
Text Example
White with #7FDBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBF2; }
p { color: rgb(127,219,242); }
H1.HeaderClassName
{
color: #7FDBF2;
}
.AnyTagClassName
{
color: #7FDBF2;
}
</style>
background-color css
<style>
a { background-color: #7FDBF2; }
a { background-color: rgb(127,219,242); }
div.DivClassName
{
background-color: #7FDBF2;
}
.BgClassName
{
background-color: #7FDBF2;
}
</style>
border-color css
<style>
span { border-color: #7FDBF2; }
span { border-color: rgb(127,219,242); }
td.TdClassName
{
border-color: #7FDBF2;
}
.TagClassName
{
border-color: #7FDBF2;
}
</style>