Shades of Light Sky Blue #7DCBFC
Tints of Light Sky Blue #7DCBFC
RGB
CMYK
RGB Variations
Color information
#7DCBFC (or 0x7DCBFC) is known color: Light Sky Blue. HEX triplet: 7D, CB and FC. RGB value is (125,203,252). Sum of RGB (Red+Green+Blue) = 125+203+252=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DCBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCBFC is #823403. Grayscale: #B8B8B8. Windows color (decimal): -8532996 or 16567165. OLE color: 16567165.
HSL color Cylindrical-coordinate representation of color #7DCBFC: hue angle of 203.15º 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 #7DCBFC is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 203 | 252 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.01 |
| HSL | 203.15º | 0.95% | 0.74% | - |
| HSV(B) | 203.15º | 0.5% | 0.99% | - |
| XYZ | 47.38 | 54.1 | 100.04 | - |
| YUV | 185.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 252 | 0.50 | 0.19 | 0 | 0.01 | 203.15 | 0.95 | 0.74 |
| Hex | 7D | CB | FC | 32 | 13 | 0 | 1 | CB | 5F | 4A |
| Octal | 175 | 313 | 374 | 62 | 23 | 0 | 1 | 313 | 137 | 112 |
| Binary | 1111101 | 11001011 | 11111100 | 110010 | 10011 | 0 | 1 | 11001011 | 1011111 | 1001010 |
Color Harmonies of #7DCBFC
Complementary color
Monochromatic Colors of #7DCBFC
Black with #7DCBFC
Text Example
Text Example
White with #7DCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBFC; }
p { color: rgb(125,203,252); }
H1.HeaderClassName
{
color: #7DCBFC;
}
.AnyTagClassName
{
color: #7DCBFC;
}
</style>
background-color css
<style>
a { background-color: #7DCBFC; }
a { background-color: rgb(125,203,252); }
div.DivClassName
{
background-color: #7DCBFC;
}
.BgClassName
{
background-color: #7DCBFC;
}
</style>
border-color css
<style>
span { border-color: #7DCBFC; }
span { border-color: rgb(125,203,252); }
td.TdClassName
{
border-color: #7DCBFC;
}
.TagClassName
{
border-color: #7DCBFC;
}
</style>