Shades of Light Sky Blue #7DCCFE
Tints of Light Sky Blue #7DCCFE
RGB
CMYK
RGB Variations
Color information
#7DCCFE (or 0x7DCCFE) is known color: Light Sky Blue. HEX triplet: 7D, CC and FE. RGB value is (125,204,254). Sum of RGB (Red+Green+Blue) = 125+204+254=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DCCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCCFE is #823301. Grayscale: #B9B9B9. Windows color (decimal): -8532738 or 16698493. OLE color: 16698493.
HSL color Cylindrical-coordinate representation of color #7DCCFE: hue angle of 203.26º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DCCFE is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 204 | 254 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.00 |
| HSL | 203.26º | 0.98% | 0.74% | - |
| HSV(B) | 203.26º | 0.51% | 1% | - |
| XYZ | 47.94 | 54.7 | 101.8 | - |
| YUV | 186.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 254 | 0.51 | 0.20 | 0 | 0.00 | 203.26 | 0.98 | 0.74 |
| Hex | 7D | CC | FE | 33 | 14 | 0 | 0 | CB | 62 | 4A |
| Octal | 175 | 314 | 376 | 63 | 24 | 0 | 0 | 313 | 142 | 112 |
| Binary | 1111101 | 11001100 | 11111110 | 110011 | 10100 | 0 | 0 | 11001011 | 1100010 | 1001010 |
Color Harmonies of #7DCCFE
Complementary color
Monochromatic Colors of #7DCCFE
Black with #7DCCFE
Text Example
Text Example
White with #7DCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCCFE; }
p { color: rgb(125,204,254); }
H1.HeaderClassName
{
color: #7DCCFE;
}
.AnyTagClassName
{
color: #7DCCFE;
}
</style>
background-color css
<style>
a { background-color: #7DCCFE; }
a { background-color: rgb(125,204,254); }
div.DivClassName
{
background-color: #7DCCFE;
}
.BgClassName
{
background-color: #7DCCFE;
}
</style>
border-color css
<style>
span { border-color: #7DCCFE; }
span { border-color: rgb(125,204,254); }
td.TdClassName
{
border-color: #7DCCFE;
}
.TagClassName
{
border-color: #7DCCFE;
}
</style>