Shades of Light Sky Blue #7DCFFE
Tints of Light Sky Blue #7DCFFE
RGB
CMYK
RGB Variations
Color information
#7DCFFE (or 0x7DCFFE) is known color: Light Sky Blue. HEX triplet: 7D, CF and FE. RGB value is (125,207,254). Sum of RGB (Red+Green+Blue) = 125+207+254=586 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.33% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DCFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCFFE is #823001. Grayscale: #BBBBBB. Windows color (decimal): -8531970 or 16699261. OLE color: 16699261.
HSL color Cylindrical-coordinate representation of color #7DCFFE: hue angle of 201.86º 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 #7DCFFE is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 207 | 254 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.00 |
| HSL | 201.86º | 0.98% | 0.74% | - |
| HSV(B) | 201.86º | 0.51% | 1% | - |
| XYZ | 48.66 | 56.14 | 102.04 | - |
| YUV | 187.84 | 165.33 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 254 | 0.51 | 0.19 | 0 | 0.00 | 201.86 | 0.98 | 0.74 |
| Hex | 7D | CF | FE | 33 | 13 | 0 | 0 | CA | 62 | 4A |
| Octal | 175 | 317 | 376 | 63 | 23 | 0 | 0 | 312 | 142 | 112 |
| Binary | 1111101 | 11001111 | 11111110 | 110011 | 10011 | 0 | 0 | 11001010 | 1100010 | 1001010 |
Color Harmonies of #7DCFFE
Complementary color
Monochromatic Colors of #7DCFFE
Black with #7DCFFE
Text Example
Text Example
White with #7DCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFFE; }
p { color: rgb(125,207,254); }
H1.HeaderClassName
{
color: #7DCFFE;
}
.AnyTagClassName
{
color: #7DCFFE;
}
</style>
background-color css
<style>
a { background-color: #7DCFFE; }
a { background-color: rgb(125,207,254); }
div.DivClassName
{
background-color: #7DCFFE;
}
.BgClassName
{
background-color: #7DCFFE;
}
</style>
border-color css
<style>
span { border-color: #7DCFFE; }
span { border-color: rgb(125,207,254); }
td.TdClassName
{
border-color: #7DCFFE;
}
.TagClassName
{
border-color: #7DCFFE;
}
</style>