Shades of Light Sky Blue #7DCBFE
Tints of Light Sky Blue #7DCBFE
RGB
CMYK
RGB Variations
Color information
#7DCBFE (or 0x7DCBFE) is known color: Light Sky Blue. HEX triplet: 7D, CB and FE. RGB value is (125,203,254). Sum of RGB (Red+Green+Blue) = 125+203+254=582 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.48% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DCBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCBFE is #823401. Grayscale: #B9B9B9. Windows color (decimal): -8532994 or 16698237. OLE color: 16698237.
HSL color Cylindrical-coordinate representation of color #7DCBFE: hue angle of 203.72º 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 #7DCBFE is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 203 | 254 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.00 |
| HSL | 203.72º | 0.98% | 0.74% | - |
| HSV(B) | 203.72º | 0.51% | 1% | - |
| XYZ | 47.7 | 54.23 | 101.72 | - |
| YUV | 185.49 | 166.66 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 254 | 0.51 | 0.20 | 0 | 0.00 | 203.72 | 0.98 | 0.74 |
| Hex | 7D | CB | FE | 33 | 14 | 0 | 0 | CC | 62 | 4A |
| Octal | 175 | 313 | 376 | 63 | 24 | 0 | 0 | 314 | 142 | 112 |
| Binary | 1111101 | 11001011 | 11111110 | 110011 | 10100 | 0 | 0 | 11001100 | 1100010 | 1001010 |
Color Harmonies of #7DCBFE
Complementary color
Monochromatic Colors of #7DCBFE
Black with #7DCBFE
Text Example
Text Example
White with #7DCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBFE; }
p { color: rgb(125,203,254); }
H1.HeaderClassName
{
color: #7DCBFE;
}
.AnyTagClassName
{
color: #7DCBFE;
}
</style>
background-color css
<style>
a { background-color: #7DCBFE; }
a { background-color: rgb(125,203,254); }
div.DivClassName
{
background-color: #7DCBFE;
}
.BgClassName
{
background-color: #7DCBFE;
}
</style>
border-color css
<style>
span { border-color: #7DCBFE; }
span { border-color: rgb(125,203,254); }
td.TdClassName
{
border-color: #7DCBFE;
}
.TagClassName
{
border-color: #7DCBFE;
}
</style>