Shades of Sky Blue #7FCFEF
Tints of Sky Blue #7FCFEF
RGB
CMYK
RGB Variations
Color information
#7FCFEF (or 0x7FCFEF) is known color: Sky Blue. HEX triplet: 7F, CF and EF. RGB value is (127,207,239). Sum of RGB (Red+Green+Blue) = 127+207+239=573 (75% of max value = 765). Red value is 127 (50% from 255 or 22.16% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FCFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCFEF is #803010. Grayscale: #BABABA. Windows color (decimal): -8400913 or 15716223. OLE color: 15716223.
HSL color Cylindrical-coordinate representation of color #7FCFEF: hue angle of 197.14º 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 #7FCFEF is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 207 | 239 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.06 |
| HSL | 197.14º | 0.78% | 0.72% | - |
| HSV(B) | 197.14º | 0.47% | 0.94% | - |
| XYZ | 46.65 | 55.37 | 89.89 | - |
| YUV | 186.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 239 | 0.47 | 0.13 | 0 | 0.06 | 197.14 | 0.78 | 0.72 |
| Hex | 7F | CF | EF | 2F | D | 0 | 6 | C5 | 4E | 48 |
| Octal | 177 | 317 | 357 | 57 | 15 | 0 | 6 | 305 | 116 | 110 |
| Binary | 1111111 | 11001111 | 11101111 | 101111 | 1101 | 0 | 110 | 11000101 | 1001110 | 1001000 |
Color Harmonies of #7FCFEF
Complementary color
Monochromatic Colors of #7FCFEF
Black with #7FCFEF
Text Example
Text Example
White with #7FCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFEF; }
p { color: rgb(127,207,239); }
H1.HeaderClassName
{
color: #7FCFEF;
}
.AnyTagClassName
{
color: #7FCFEF;
}
</style>
background-color css
<style>
a { background-color: #7FCFEF; }
a { background-color: rgb(127,207,239); }
div.DivClassName
{
background-color: #7FCFEF;
}
.BgClassName
{
background-color: #7FCFEF;
}
</style>
border-color css
<style>
span { border-color: #7FCFEF; }
span { border-color: rgb(127,207,239); }
td.TdClassName
{
border-color: #7FCFEF;
}
.TagClassName
{
border-color: #7FCFEF;
}
</style>