Shades of Light Sky Blue #7DDDFC
Tints of Light Sky Blue #7DDDFC
RGB
CMYK
RGB Variations
Color information
#7DDDFC (or 0x7DDDFC) is known color: Light Sky Blue. HEX triplet: 7D, DD and FC. RGB value is (125,221,252). Sum of RGB (Red+Green+Blue) = 125+221+252=598 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.90% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDDFC is #822203. Grayscale: #C3C3C3. Windows color (decimal): -8528388 or 16571773. OLE color: 16571773.
HSL color Cylindrical-coordinate representation of color #7DDDFC: hue angle of 194.65º 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 #7DDDFC is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 221 | 252 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.01 |
| HSL | 194.65º | 0.95% | 0.74% | - |
| HSV(B) | 194.65º | 0.5% | 0.99% | - |
| XYZ | 51.88 | 63.1 | 101.54 | - |
| YUV | 195.83 | 159.7 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 252 | 0.50 | 0.12 | 0 | 0.01 | 194.65 | 0.95 | 0.74 |
| Hex | 7D | DD | FC | 32 | C | 0 | 1 | C3 | 5F | 4A |
| Octal | 175 | 335 | 374 | 62 | 14 | 0 | 1 | 303 | 137 | 112 |
| Binary | 1111101 | 11011101 | 11111100 | 110010 | 1100 | 0 | 1 | 11000011 | 1011111 | 1001010 |
Color Harmonies of #7DDDFC
Complementary color
Monochromatic Colors of #7DDDFC
Black with #7DDDFC
Text Example
Text Example
White with #7DDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDFC; }
p { color: rgb(125,221,252); }
H1.HeaderClassName
{
color: #7DDDFC;
}
.AnyTagClassName
{
color: #7DDDFC;
}
</style>
background-color css
<style>
a { background-color: #7DDDFC; }
a { background-color: rgb(125,221,252); }
div.DivClassName
{
background-color: #7DDDFC;
}
.BgClassName
{
background-color: #7DDDFC;
}
</style>
border-color css
<style>
span { border-color: #7DDDFC; }
span { border-color: rgb(125,221,252); }
td.TdClassName
{
border-color: #7DDDFC;
}
.TagClassName
{
border-color: #7DDDFC;
}
</style>