Shades of Sky Blue #7FE0F6
Tints of Sky Blue #7FE0F6
RGB
CMYK
RGB Variations
Color information
#7FE0F6 (or 0x7FE0F6) is known color: Sky Blue. HEX triplet: 7F, E0 and F6. RGB value is (127,224,246). Sum of RGB (Red+Green+Blue) = 127+224+246=597 (79% of max value = 765). Red value is 127 (50% from 255 or 21.27% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #7FE0F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE0F6 is #801F09. Grayscale: #C5C5C5. Windows color (decimal): -8396554 or 16179327. OLE color: 16179327.
HSL color Cylindrical-coordinate representation of color #7FE0F6: hue angle of 191.09º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FE0F6 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 224 | 246 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.04 |
| HSL | 191.09º | 0.87% | 0.73% | - |
| HSV(B) | 191.09º | 0.48% | 0.96% | - |
| XYZ | 52.04 | 64.48 | 96.89 | - |
| YUV | 197.51 | 155.36 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 224 | 246 | 0.48 | 0.09 | 0 | 0.04 | 191.09 | 0.87 | 0.73 |
| Hex | 7F | E0 | F6 | 30 | 9 | 0 | 4 | BF | 57 | 49 |
| Octal | 177 | 340 | 366 | 60 | 11 | 0 | 4 | 277 | 127 | 111 |
| Binary | 1111111 | 11100000 | 11110110 | 110000 | 1001 | 0 | 100 | 10111111 | 1010111 | 1001001 |
Color Harmonies of #7FE0F6
Complementary color
Monochromatic Colors of #7FE0F6
Black with #7FE0F6
Text Example
Text Example
White with #7FE0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE0F6; }
p { color: rgb(127,224,246); }
H1.HeaderClassName
{
color: #7FE0F6;
}
.AnyTagClassName
{
color: #7FE0F6;
}
</style>
background-color css
<style>
a { background-color: #7FE0F6; }
a { background-color: rgb(127,224,246); }
div.DivClassName
{
background-color: #7FE0F6;
}
.BgClassName
{
background-color: #7FE0F6;
}
</style>
border-color css
<style>
span { border-color: #7FE0F6; }
span { border-color: rgb(127,224,246); }
td.TdClassName
{
border-color: #7FE0F6;
}
.TagClassName
{
border-color: #7FE0F6;
}
</style>