Shades of Light Sky Blue #7FDDFC
Tints of Light Sky Blue #7FDDFC
RGB
CMYK
RGB Variations
Color information
#7FDDFC (or 0x7FDDFC) is known color: Light Sky Blue. HEX triplet: 7F, DD and FC. RGB value is (127,221,252). Sum of RGB (Red+Green+Blue) = 127+221+252=600 (79% of max value = 765). Red value is 127 (50% from 255 or 21.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDFC is #802203. Grayscale: #C4C4C4. Windows color (decimal): -8397316 or 16571775. OLE color: 16571775.
HSL color Cylindrical-coordinate representation of color #7FDDFC: hue angle of 194.88º 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 #7FDDFC is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 221 | 252 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.01 |
| HSL | 194.88º | 0.95% | 0.74% | - |
| HSV(B) | 194.88º | 0.5% | 0.99% | - |
| XYZ | 52.18 | 63.25 | 101.55 | - |
| YUV | 196.43 | 159.36 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 252 | 0.50 | 0.12 | 0 | 0.01 | 194.88 | 0.95 | 0.74 |
| Hex | 7F | DD | FC | 32 | C | 0 | 1 | C3 | 5F | 4A |
| Octal | 177 | 335 | 374 | 62 | 14 | 0 | 1 | 303 | 137 | 112 |
| Binary | 1111111 | 11011101 | 11111100 | 110010 | 1100 | 0 | 1 | 11000011 | 1011111 | 1001010 |
Color Harmonies of #7FDDFC
Complementary color
Monochromatic Colors of #7FDDFC
Black with #7FDDFC
Text Example
Text Example
White with #7FDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDFC; }
p { color: rgb(127,221,252); }
H1.HeaderClassName
{
color: #7FDDFC;
}
.AnyTagClassName
{
color: #7FDDFC;
}
</style>
background-color css
<style>
a { background-color: #7FDDFC; }
a { background-color: rgb(127,221,252); }
div.DivClassName
{
background-color: #7FDDFC;
}
.BgClassName
{
background-color: #7FDDFC;
}
</style>
border-color css
<style>
span { border-color: #7FDDFC; }
span { border-color: rgb(127,221,252); }
td.TdClassName
{
border-color: #7FDDFC;
}
.TagClassName
{
border-color: #7FDDFC;
}
</style>