Shades of Light Sky Blue #7FDEFD
Tints of Light Sky Blue #7FDEFD
RGB
CMYK
RGB Variations
Color information
#7FDEFD (or 0x7FDEFD) is known color: Light Sky Blue. HEX triplet: 7F, DE and FD. RGB value is (127,222,253). Sum of RGB (Red+Green+Blue) = 127+222+253=602 (79% of max value = 765). Red value is 127 (50% from 255 or 21.10% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDEFD is #802102. Grayscale: #C4C4C4. Windows color (decimal): -8397059 or 16637567. OLE color: 16637567.
HSL color Cylindrical-coordinate representation of color #7FDEFD: hue angle of 194.76º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FDEFD is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 222 | 253 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.01 |
| HSL | 194.76º | 0.97% | 0.75% | - |
| HSV(B) | 194.76º | 0.5% | 0.99% | - |
| XYZ | 52.6 | 63.85 | 102.48 | - |
| YUV | 197.13 | 159.53 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 253 | 0.50 | 0.12 | 0 | 0.01 | 194.76 | 0.97 | 0.75 |
| Hex | 7F | DE | FD | 32 | C | 0 | 1 | C3 | 61 | 4B |
| Octal | 177 | 336 | 375 | 62 | 14 | 0 | 1 | 303 | 141 | 113 |
| Binary | 1111111 | 11011110 | 11111101 | 110010 | 1100 | 0 | 1 | 11000011 | 1100001 | 1001011 |
Color Harmonies of #7FDEFD
Complementary color
Monochromatic Colors of #7FDEFD
Black with #7FDEFD
Text Example
Text Example
White with #7FDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDEFD; }
p { color: rgb(127,222,253); }
H1.HeaderClassName
{
color: #7FDEFD;
}
.AnyTagClassName
{
color: #7FDEFD;
}
</style>
background-color css
<style>
a { background-color: #7FDEFD; }
a { background-color: rgb(127,222,253); }
div.DivClassName
{
background-color: #7FDEFD;
}
.BgClassName
{
background-color: #7FDEFD;
}
</style>
border-color css
<style>
span { border-color: #7FDEFD; }
span { border-color: rgb(127,222,253); }
td.TdClassName
{
border-color: #7FDEFD;
}
.TagClassName
{
border-color: #7FDEFD;
}
</style>