Shades of Light Sky Blue #7EE1FF
Tints of Light Sky Blue #7EE1FF
RGB
CMYK
RGB Variations
Color information
#7EE1FF (or 0x7EE1FF) is known color: Light Sky Blue. HEX triplet: 7E, E1 and FF. RGB value is (126,225,255). Sum of RGB (Red+Green+Blue) = 126+225+255=606 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.79% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EE1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EE1FF is #811E00. Grayscale: #C6C6C6. Windows color (decimal): -8461825 or 16769406. OLE color: 16769406.
HSL color Cylindrical-coordinate representation of color #7EE1FF: hue angle of 193.95º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7EE1FF is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 225 | 255 | - |
| CMYK | 0.51 | 0.12 | 0 | 0 |
| HSL | 193.95º | 1% | 0.75% | - |
| HSV(B) | 193.95º | 0.51% | 1% | - |
| XYZ | 53.58 | 65.51 | 104.43 | - |
| YUV | 198.82 | 159.7 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 255 | 0.51 | 0.12 | 0 | 0 | 193.95 | 1 | 0.75 |
| Hex | 7E | E1 | FF | 33 | C | 0 | 0 | C2 | 64 | 4B |
| Octal | 176 | 341 | 377 | 63 | 14 | 0 | 0 | 302 | 144 | 113 |
| Binary | 1111110 | 11100001 | 11111111 | 110011 | 1100 | 0 | 0 | 11000010 | 1100100 | 1001011 |
Color Harmonies of #7EE1FF
Complementary color
Monochromatic Colors of #7EE1FF
Black with #7EE1FF
Text Example
Text Example
White with #7EE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE1FF; }
p { color: rgb(126,225,255); }
H1.HeaderClassName
{
color: #7EE1FF;
}
.AnyTagClassName
{
color: #7EE1FF;
}
</style>
background-color css
<style>
a { background-color: #7EE1FF; }
a { background-color: rgb(126,225,255); }
div.DivClassName
{
background-color: #7EE1FF;
}
.BgClassName
{
background-color: #7EE1FF;
}
</style>
border-color css
<style>
span { border-color: #7EE1FF; }
span { border-color: rgb(126,225,255); }
td.TdClassName
{
border-color: #7EE1FF;
}
.TagClassName
{
border-color: #7EE1FF;
}
</style>