Shades of Light Sky Blue #7FE2FE
Tints of Light Sky Blue #7FE2FE
RGB
CMYK
RGB Variations
Color information
#7FE2FE (or 0x7FE2FE) is known color: Light Sky Blue. HEX triplet: 7F, E2 and FE. RGB value is (127,226,254). Sum of RGB (Red+Green+Blue) = 127+226+254=607 (80% of max value = 765). Red value is 127 (50% from 255 or 20.92% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FE2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE2FE is #801D01. Grayscale: #C7C7C7. Windows color (decimal): -8396034 or 16704127. OLE color: 16704127.
HSL color Cylindrical-coordinate representation of color #7FE2FE: hue angle of 193.23º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE2FE is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 226 | 254 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.00 |
| HSL | 193.23º | 0.98% | 0.75% | - |
| HSV(B) | 193.23º | 0.5% | 1% | - |
| XYZ | 53.84 | 66.06 | 103.68 | - |
| YUV | 199.59 | 158.7 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 254 | 0.50 | 0.11 | 0 | 0.00 | 193.23 | 0.98 | 0.75 |
| Hex | 7F | E2 | FE | 32 | B | 0 | 0 | C1 | 62 | 4B |
| Octal | 177 | 342 | 376 | 62 | 13 | 0 | 0 | 301 | 142 | 113 |
| Binary | 1111111 | 11100010 | 11111110 | 110010 | 1011 | 0 | 0 | 11000001 | 1100010 | 1001011 |
Color Harmonies of #7FE2FE
Complementary color
Monochromatic Colors of #7FE2FE
Black with #7FE2FE
Text Example
Text Example
White with #7FE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE2FE; }
p { color: rgb(127,226,254); }
H1.HeaderClassName
{
color: #7FE2FE;
}
.AnyTagClassName
{
color: #7FE2FE;
}
</style>
background-color css
<style>
a { background-color: #7FE2FE; }
a { background-color: rgb(127,226,254); }
div.DivClassName
{
background-color: #7FE2FE;
}
.BgClassName
{
background-color: #7FE2FE;
}
</style>
border-color css
<style>
span { border-color: #7FE2FE; }
span { border-color: rgb(127,226,254); }
td.TdClassName
{
border-color: #7FE2FE;
}
.TagClassName
{
border-color: #7FE2FE;
}
</style>