Shades of Light Sky Blue #7FE1FF
Tints of Light Sky Blue #7FE1FF
RGB
CMYK
RGB Variations
Color information
#7FE1FF (or 0x7FE1FF) is known color: Light Sky Blue. HEX triplet: 7F, E1 and FF. RGB value is (127,225,255). Sum of RGB (Red+Green+Blue) = 127+225+255=607 (80% of max value = 765). Red value is 127 (50% from 255 or 20.92% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FE1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE1FF is #801E00. Grayscale: #C6C6C6. Windows color (decimal): -8396289 or 16769407. OLE color: 16769407.
HSL color Cylindrical-coordinate representation of color #7FE1FF: hue angle of 194.06º 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 #7FE1FF is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 225 | 255 | - |
| CMYK | 0.50 | 0.12 | 0 | 0 |
| HSL | 194.06º | 1% | 0.75% | - |
| HSV(B) | 194.06º | 0.5% | 1% | - |
| XYZ | 53.73 | 65.58 | 104.43 | - |
| YUV | 199.12 | 159.53 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 255 | 0.50 | 0.12 | 0 | 0 | 194.06 | 1 | 0.75 |
| Hex | 7F | E1 | FF | 32 | C | 0 | 0 | C2 | 64 | 4B |
| Octal | 177 | 341 | 377 | 62 | 14 | 0 | 0 | 302 | 144 | 113 |
| Binary | 1111111 | 11100001 | 11111111 | 110010 | 1100 | 0 | 0 | 11000010 | 1100100 | 1001011 |
Color Harmonies of #7FE1FF
Complementary color
Monochromatic Colors of #7FE1FF
Black with #7FE1FF
Text Example
Text Example
White with #7FE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE1FF; }
p { color: rgb(127,225,255); }
H1.HeaderClassName
{
color: #7FE1FF;
}
.AnyTagClassName
{
color: #7FE1FF;
}
</style>
background-color css
<style>
a { background-color: #7FE1FF; }
a { background-color: rgb(127,225,255); }
div.DivClassName
{
background-color: #7FE1FF;
}
.BgClassName
{
background-color: #7FE1FF;
}
</style>
border-color css
<style>
span { border-color: #7FE1FF; }
span { border-color: rgb(127,225,255); }
td.TdClassName
{
border-color: #7FE1FF;
}
.TagClassName
{
border-color: #7FE1FF;
}
</style>