Shades of Light Sky Blue #7EDBFF
Tints of Light Sky Blue #7EDBFF
RGB
CMYK
RGB Variations
Color information
#7EDBFF (or 0x7EDBFF) is known color: Light Sky Blue. HEX triplet: 7E, DB and FF. RGB value is (126,219,255). Sum of RGB (Red+Green+Blue) = 126+219+255=600 (79% of max value = 765). Red value is 126 (49.61% from 255 or 21% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #7EDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDBFF is #812400. Grayscale: #C3C3C3. Windows color (decimal): -8463361 or 16767870. OLE color: 16767870.
HSL color Cylindrical-coordinate representation of color #7EDBFF: hue angle of 196.74º 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 #7EDBFF is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 219 | 255 | - |
| CMYK | 0.51 | 0.14 | 0 | 0 |
| HSL | 196.74º | 1% | 0.75% | - |
| HSV(B) | 196.74º | 0.51% | 1% | - |
| XYZ | 51.99 | 62.32 | 103.9 | - |
| YUV | 195.3 | 161.69 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 219 | 255 | 0.51 | 0.14 | 0 | 0 | 196.74 | 1 | 0.75 |
| Hex | 7E | DB | FF | 33 | E | 0 | 0 | C5 | 64 | 4B |
| Octal | 176 | 333 | 377 | 63 | 16 | 0 | 0 | 305 | 144 | 113 |
| Binary | 1111110 | 11011011 | 11111111 | 110011 | 1110 | 0 | 0 | 11000101 | 1100100 | 1001011 |
Color Harmonies of #7EDBFF
Complementary color
Monochromatic Colors of #7EDBFF
Black with #7EDBFF
Text Example
Text Example
White with #7EDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDBFF; }
p { color: rgb(126,219,255); }
H1.HeaderClassName
{
color: #7EDBFF;
}
.AnyTagClassName
{
color: #7EDBFF;
}
</style>
background-color css
<style>
a { background-color: #7EDBFF; }
a { background-color: rgb(126,219,255); }
div.DivClassName
{
background-color: #7EDBFF;
}
.BgClassName
{
background-color: #7EDBFF;
}
</style>
border-color css
<style>
span { border-color: #7EDBFF; }
span { border-color: rgb(126,219,255); }
td.TdClassName
{
border-color: #7EDBFF;
}
.TagClassName
{
border-color: #7EDBFF;
}
</style>