Shades of Sky Blue #7FD2EF
Tints of Sky Blue #7FD2EF
RGB
CMYK
RGB Variations
Color information
#7FD2EF (or 0x7FD2EF) is known color: Sky Blue. HEX triplet: 7F, D2 and EF. RGB value is (127,210,239). Sum of RGB (Red+Green+Blue) = 127+210+239=576 (76% of max value = 765). Red value is 127 (50% from 255 or 22.05% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FD2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FD2EF is #802D10. Grayscale: #BCBCBC. Windows color (decimal): -8400145 or 15716991. OLE color: 15716991.
HSL color Cylindrical-coordinate representation of color #7FD2EF: hue angle of 195.54º degrees, saturation: 0.78, 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 #7FD2EF is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 210 | 239 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.06 |
| HSL | 195.54º | 0.78% | 0.72% | - |
| HSV(B) | 195.54º | 0.47% | 0.94% | - |
| XYZ | 47.38 | 56.84 | 90.13 | - |
| YUV | 188.49 | 156.5 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 239 | 0.47 | 0.12 | 0 | 0.06 | 195.54 | 0.78 | 0.72 |
| Hex | 7F | D2 | EF | 2F | C | 0 | 6 | C4 | 4E | 48 |
| Octal | 177 | 322 | 357 | 57 | 14 | 0 | 6 | 304 | 116 | 110 |
| Binary | 1111111 | 11010010 | 11101111 | 101111 | 1100 | 0 | 110 | 11000100 | 1001110 | 1001000 |
Color Harmonies of #7FD2EF
Complementary color
Monochromatic Colors of #7FD2EF
Black with #7FD2EF
Text Example
Text Example
White with #7FD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD2EF; }
p { color: rgb(127,210,239); }
H1.HeaderClassName
{
color: #7FD2EF;
}
.AnyTagClassName
{
color: #7FD2EF;
}
</style>
background-color css
<style>
a { background-color: #7FD2EF; }
a { background-color: rgb(127,210,239); }
div.DivClassName
{
background-color: #7FD2EF;
}
.BgClassName
{
background-color: #7FD2EF;
}
</style>
border-color css
<style>
span { border-color: #7FD2EF; }
span { border-color: rgb(127,210,239); }
td.TdClassName
{
border-color: #7FD2EF;
}
.TagClassName
{
border-color: #7FD2EF;
}
</style>