Shades of Light Sky Blue #7DCBFF
Tints of Light Sky Blue #7DCBFF
RGB
CMYK
RGB Variations
Color information
#7DCBFF (or 0x7DCBFF) is known color: Light Sky Blue. HEX triplet: 7D, CB and FF. RGB value is (125,203,255). Sum of RGB (Red+Green+Blue) = 125+203+255=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DCBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCBFF is #823400. Grayscale: #B9B9B9. Windows color (decimal): -8532993 or 16763773. OLE color: 16763773.
HSL color Cylindrical-coordinate representation of color #7DCBFF: hue angle of 204º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DCBFF is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 203 | 255 | - |
| CMYK | 0.51 | 0.20 | 0 | 0 |
| HSL | 204º | 1% | 0.75% | - |
| HSV(B) | 204º | 0.51% | 1% | - |
| XYZ | 47.86 | 54.29 | 102.56 | - |
| YUV | 185.61 | 167.16 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 255 | 0.51 | 0.20 | 0 | 0 | 204 | 1 | 0.75 |
| Hex | 7D | CB | FF | 33 | 14 | 0 | 0 | CC | 64 | 4B |
| Octal | 175 | 313 | 377 | 63 | 24 | 0 | 0 | 314 | 144 | 113 |
| Binary | 1111101 | 11001011 | 11111111 | 110011 | 10100 | 0 | 0 | 11001100 | 1100100 | 1001011 |
Color Harmonies of #7DCBFF
Complementary color
Monochromatic Colors of #7DCBFF
Black with #7DCBFF
Text Example
Text Example
White with #7DCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBFF; }
p { color: rgb(125,203,255); }
H1.HeaderClassName
{
color: #7DCBFF;
}
.AnyTagClassName
{
color: #7DCBFF;
}
</style>
background-color css
<style>
a { background-color: #7DCBFF; }
a { background-color: rgb(125,203,255); }
div.DivClassName
{
background-color: #7DCBFF;
}
.BgClassName
{
background-color: #7DCBFF;
}
</style>
border-color css
<style>
span { border-color: #7DCBFF; }
span { border-color: rgb(125,203,255); }
td.TdClassName
{
border-color: #7DCBFF;
}
.TagClassName
{
border-color: #7DCBFF;
}
</style>