Shades of Light Sky Blue #7DD1FB
Tints of Light Sky Blue #7DD1FB
RGB
CMYK
RGB Variations
Color information
#7DD1FB (or 0x7DD1FB) is known color: Light Sky Blue. HEX triplet: 7D, D1 and FB. RGB value is (125,209,251). Sum of RGB (Red+Green+Blue) = 125+209+251=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 209 (82.03% from 255 or 35.73% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DD1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD1FB is #822E04. Grayscale: #BCBCBC. Windows color (decimal): -8531461 or 16503165. OLE color: 16503165.
HSL color Cylindrical-coordinate representation of color #7DD1FB: hue angle of 200º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DD1FB is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 209 | 251 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.02 |
| HSL | 200º | 0.94% | 0.74% | - |
| HSV(B) | 200º | 0.5% | 0.98% | - |
| XYZ | 48.67 | 56.93 | 99.69 | - |
| YUV | 188.67 | 163.17 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 209 | 251 | 0.50 | 0.17 | 0 | 0.02 | 200 | 0.94 | 0.74 |
| Hex | 7D | D1 | FB | 32 | 11 | 0 | 2 | C8 | 5E | 4A |
| Octal | 175 | 321 | 373 | 62 | 21 | 0 | 2 | 310 | 136 | 112 |
| Binary | 1111101 | 11010001 | 11111011 | 110010 | 10001 | 0 | 10 | 11001000 | 1011110 | 1001010 |
Color Harmonies of #7DD1FB
Complementary color
Monochromatic Colors of #7DD1FB
Black with #7DD1FB
Text Example
Text Example
White with #7DD1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD1FB; }
p { color: rgb(125,209,251); }
H1.HeaderClassName
{
color: #7DD1FB;
}
.AnyTagClassName
{
color: #7DD1FB;
}
</style>
background-color css
<style>
a { background-color: #7DD1FB; }
a { background-color: rgb(125,209,251); }
div.DivClassName
{
background-color: #7DD1FB;
}
.BgClassName
{
background-color: #7DD1FB;
}
</style>
border-color css
<style>
span { border-color: #7DD1FB; }
span { border-color: rgb(125,209,251); }
td.TdClassName
{
border-color: #7DD1FB;
}
.TagClassName
{
border-color: #7DD1FB;
}
</style>