Shades of Light Sky Blue #7DCFFD
Tints of Light Sky Blue #7DCFFD
RGB
CMYK
RGB Variations
Color information
#7DCFFD (or 0x7DCFFD) is known color: Light Sky Blue. HEX triplet: 7D, CF and FD. RGB value is (125,207,253). Sum of RGB (Red+Green+Blue) = 125+207+253=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DCFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCFFD is #823002. Grayscale: #BBBBBB. Windows color (decimal): -8531971 or 16633725. OLE color: 16633725.
HSL color Cylindrical-coordinate representation of color #7DCFFD: hue angle of 201.56º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DCFFD is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 207 | 253 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.01 |
| HSL | 201.56º | 0.97% | 0.74% | - |
| HSV(B) | 201.56º | 0.51% | 0.99% | - |
| XYZ | 48.5 | 56.08 | 101.2 | - |
| YUV | 187.73 | 164.83 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 253 | 0.51 | 0.18 | 0 | 0.01 | 201.56 | 0.97 | 0.74 |
| Hex | 7D | CF | FD | 33 | 12 | 0 | 1 | CA | 61 | 4A |
| Octal | 175 | 317 | 375 | 63 | 22 | 0 | 1 | 312 | 141 | 112 |
| Binary | 1111101 | 11001111 | 11111101 | 110011 | 10010 | 0 | 1 | 11001010 | 1100001 | 1001010 |
Color Harmonies of #7DCFFD
Complementary color
Monochromatic Colors of #7DCFFD
Black with #7DCFFD
Text Example
Text Example
White with #7DCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFFD; }
p { color: rgb(125,207,253); }
H1.HeaderClassName
{
color: #7DCFFD;
}
.AnyTagClassName
{
color: #7DCFFD;
}
</style>
background-color css
<style>
a { background-color: #7DCFFD; }
a { background-color: rgb(125,207,253); }
div.DivClassName
{
background-color: #7DCFFD;
}
.BgClassName
{
background-color: #7DCFFD;
}
</style>
border-color css
<style>
span { border-color: #7DCFFD; }
span { border-color: rgb(125,207,253); }
td.TdClassName
{
border-color: #7DCFFD;
}
.TagClassName
{
border-color: #7DCFFD;
}
</style>