Shades of Light Sky Blue #7FE2FF
Tints of Light Sky Blue #7FE2FF
RGB
CMYK
RGB Variations
Color information
#7FE2FF (or 0x7FE2FF) is known color: Light Sky Blue. HEX triplet: 7F, E2 and FF. RGB value is (127,226,255). Sum of RGB (Red+Green+Blue) = 127+226+255=608 (80% of max value = 765). Red value is 127 (50% from 255 or 20.89% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FE2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE2FF is #801D00. Grayscale: #C7C7C7. Windows color (decimal): -8396033 or 16769663. OLE color: 16769663.
HSL color Cylindrical-coordinate representation of color #7FE2FF: hue angle of 193.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE2FF is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 226 | 255 | - |
| CMYK | 0.50 | 0.11 | 0 | 0 |
| HSL | 193.59º | 1% | 0.75% | - |
| HSV(B) | 193.59º | 0.5% | 1% | - |
| XYZ | 54 | 66.12 | 104.53 | - |
| YUV | 199.71 | 159.2 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 255 | 0.50 | 0.11 | 0 | 0 | 193.59 | 1 | 0.75 |
| Hex | 7F | E2 | FF | 32 | B | 0 | 0 | C2 | 64 | 4B |
| Octal | 177 | 342 | 377 | 62 | 13 | 0 | 0 | 302 | 144 | 113 |
| Binary | 1111111 | 11100010 | 11111111 | 110010 | 1011 | 0 | 0 | 11000010 | 1100100 | 1001011 |
Color Harmonies of #7FE2FF
Complementary color
Monochromatic Colors of #7FE2FF
Black with #7FE2FF
Text Example
Text Example
White with #7FE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE2FF; }
p { color: rgb(127,226,255); }
H1.HeaderClassName
{
color: #7FE2FF;
}
.AnyTagClassName
{
color: #7FE2FF;
}
</style>
background-color css
<style>
a { background-color: #7FE2FF; }
a { background-color: rgb(127,226,255); }
div.DivClassName
{
background-color: #7FE2FF;
}
.BgClassName
{
background-color: #7FE2FF;
}
</style>
border-color css
<style>
span { border-color: #7FE2FF; }
span { border-color: rgb(127,226,255); }
td.TdClassName
{
border-color: #7FE2FF;
}
.TagClassName
{
border-color: #7FE2FF;
}
</style>