Shades of Light Sky Blue #7EDFFF
Tints of Light Sky Blue #7EDFFF
RGB
CMYK
RGB Variations
Color information
#7EDFFF (or 0x7EDFFF) is known color: Light Sky Blue. HEX triplet: 7E, DF and FF. RGB value is (126,223,255). Sum of RGB (Red+Green+Blue) = 126+223+255=604 (80% of max value = 765). Red value is 126 (49.61% from 255 or 20.86% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EDFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDFFF is #812000. Grayscale: #C5C5C5. Windows color (decimal): -8462337 or 16768894. OLE color: 16768894.
HSL color Cylindrical-coordinate representation of color #7EDFFF: hue angle of 194.88º 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 #7EDFFF is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 223 | 255 | - |
| CMYK | 0.51 | 0.13 | 0 | 0 |
| HSL | 194.88º | 1% | 0.75% | - |
| HSV(B) | 194.88º | 0.51% | 1% | - |
| XYZ | 53.04 | 64.43 | 104.25 | - |
| YUV | 197.65 | 160.36 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 255 | 0.51 | 0.13 | 0 | 0 | 194.88 | 1 | 0.75 |
| Hex | 7E | DF | FF | 33 | D | 0 | 0 | C3 | 64 | 4B |
| Octal | 176 | 337 | 377 | 63 | 15 | 0 | 0 | 303 | 144 | 113 |
| Binary | 1111110 | 11011111 | 11111111 | 110011 | 1101 | 0 | 0 | 11000011 | 1100100 | 1001011 |
Color Harmonies of #7EDFFF
Complementary color
Monochromatic Colors of #7EDFFF
Black with #7EDFFF
Text Example
Text Example
White with #7EDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFFF; }
p { color: rgb(126,223,255); }
H1.HeaderClassName
{
color: #7EDFFF;
}
.AnyTagClassName
{
color: #7EDFFF;
}
</style>
background-color css
<style>
a { background-color: #7EDFFF; }
a { background-color: rgb(126,223,255); }
div.DivClassName
{
background-color: #7EDFFF;
}
.BgClassName
{
background-color: #7EDFFF;
}
</style>
border-color css
<style>
span { border-color: #7EDFFF; }
span { border-color: rgb(126,223,255); }
td.TdClassName
{
border-color: #7EDFFF;
}
.TagClassName
{
border-color: #7EDFFF;
}
</style>