Shades of Light Sky Blue #7FE1FC
Tints of Light Sky Blue #7FE1FC
RGB
CMYK
RGB Variations
Color information
#7FE1FC (or 0x7FE1FC) is known color: Light Sky Blue. HEX triplet: 7F, E1 and FC. RGB value is (127,225,252). Sum of RGB (Red+Green+Blue) = 127+225+252=604 (80% of max value = 765). Red value is 127 (50% from 255 or 21.03% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FE1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE1FC is #801E03. Grayscale: #C6C6C6. Windows color (decimal): -8396292 or 16572799. OLE color: 16572799.
HSL color Cylindrical-coordinate representation of color #7FE1FC: hue angle of 192.96º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE1FC is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 225 | 252 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.01 |
| HSL | 192.96º | 0.95% | 0.74% | - |
| HSV(B) | 192.96º | 0.5% | 0.99% | - |
| XYZ | 53.25 | 65.39 | 101.91 | - |
| YUV | 198.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 252 | 0.50 | 0.11 | 0 | 0.01 | 192.96 | 0.95 | 0.74 |
| Hex | 7F | E1 | FC | 32 | B | 0 | 1 | C1 | 5F | 4A |
| Octal | 177 | 341 | 374 | 62 | 13 | 0 | 1 | 301 | 137 | 112 |
| Binary | 1111111 | 11100001 | 11111100 | 110010 | 1011 | 0 | 1 | 11000001 | 1011111 | 1001010 |
Color Harmonies of #7FE1FC
Complementary color
Monochromatic Colors of #7FE1FC
Black with #7FE1FC
Text Example
Text Example
White with #7FE1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE1FC; }
p { color: rgb(127,225,252); }
H1.HeaderClassName
{
color: #7FE1FC;
}
.AnyTagClassName
{
color: #7FE1FC;
}
</style>
background-color css
<style>
a { background-color: #7FE1FC; }
a { background-color: rgb(127,225,252); }
div.DivClassName
{
background-color: #7FE1FC;
}
.BgClassName
{
background-color: #7FE1FC;
}
</style>
border-color css
<style>
span { border-color: #7FE1FC; }
span { border-color: rgb(127,225,252); }
td.TdClassName
{
border-color: #7FE1FC;
}
.TagClassName
{
border-color: #7FE1FC;
}
</style>