Shades of Light Sky Blue #7EDFFC
Tints of Light Sky Blue #7EDFFC
RGB
CMYK
RGB Variations
Color information
#7EDFFC (or 0x7EDFFC) is known color: Light Sky Blue. HEX triplet: 7E, DF and FC. RGB value is (126,223,252). Sum of RGB (Red+Green+Blue) = 126+223+252=601 (79% of max value = 765). Red value is 126 (49.61% from 255 or 20.97% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #7EDFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDFFC is #812003. Grayscale: #C5C5C5. Windows color (decimal): -8462340 or 16572286. OLE color: 16572286.
HSL color Cylindrical-coordinate representation of color #7EDFFC: hue angle of 193.81º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EDFFC is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 126 | 223 | 252 | - |
| CMYK | 0.5 | 0.12 | 0 | 0.01 |
| HSL | 193.81º | 0.95% | 0.74% | - |
| HSV(B) | 193.81º | 0.5% | 0.99% | - |
| XYZ | 52.56 | 64.24 | 101.72 | - |
| YUV | 197.3 | 158.86 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 252 | 0.5 | 0.12 | 0 | 0.01 | 193.81 | 0.95 | 0.74 |
| Hex | 7E | DF | FC | 32 | C | 0 | 1 | C2 | 5F | 4A |
| Octal | 176 | 337 | 374 | 62 | 14 | 0 | 1 | 302 | 137 | 112 |
| Binary | 1111110 | 11011111 | 11111100 | 110010 | 1100 | 0 | 1 | 11000010 | 1011111 | 1001010 |
Color Harmonies of #7EDFFC
Complementary color
Monochromatic Colors of #7EDFFC
Black with #7EDFFC
Text Example
Text Example
White with #7EDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFFC; }
p { color: rgb(126,223,252); }
H1.HeaderClassName
{
color: #7EDFFC;
}
.AnyTagClassName
{
color: #7EDFFC;
}
</style>
background-color css
<style>
a { background-color: #7EDFFC; }
a { background-color: rgb(126,223,252); }
div.DivClassName
{
background-color: #7EDFFC;
}
.BgClassName
{
background-color: #7EDFFC;
}
</style>
border-color css
<style>
span { border-color: #7EDFFC; }
span { border-color: rgb(126,223,252); }
td.TdClassName
{
border-color: #7EDFFC;
}
.TagClassName
{
border-color: #7EDFFC;
}
</style>