Shades of Light Sky Blue #75DCFD
Tints of Light Sky Blue #75DCFD
RGB
CMYK
RGB Variations
Color information
#75DCFD (or 0x75DCFD) is known color: Light Sky Blue. HEX triplet: 75, DC and FD. RGB value is (117,220,253). Sum of RGB (Red+Green+Blue) = 117+220+253=590 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.83% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #75DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DCFD is #8A2302. Grayscale: #C0C0C0. Windows color (decimal): -9052931 or 16637045. OLE color: 16637045.
HSL color Cylindrical-coordinate representation of color #75DCFD: hue angle of 194.56º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DCFD is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 220 | 253 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.01 |
| HSL | 194.56º | 0.97% | 0.73% | - |
| HSV(B) | 194.56º | 0.54% | 0.99% | - |
| XYZ | 50.66 | 62.06 | 102.24 | - |
| YUV | 192.97 | 161.88 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 253 | 0.54 | 0.13 | 0 | 0.01 | 194.56 | 0.97 | 0.73 |
| Hex | 75 | DC | FD | 36 | D | 0 | 1 | C3 | 61 | 49 |
| Octal | 165 | 334 | 375 | 66 | 15 | 0 | 1 | 303 | 141 | 111 |
| Binary | 1110101 | 11011100 | 11111101 | 110110 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001001 |
Color Harmonies of #75DCFD
Complementary color
Monochromatic Colors of #75DCFD
Black with #75DCFD
Text Example
Text Example
White with #75DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCFD; }
p { color: rgb(117,220,253); }
H1.HeaderClassName
{
color: #75DCFD;
}
.AnyTagClassName
{
color: #75DCFD;
}
</style>
background-color css
<style>
a { background-color: #75DCFD; }
a { background-color: rgb(117,220,253); }
div.DivClassName
{
background-color: #75DCFD;
}
.BgClassName
{
background-color: #75DCFD;
}
</style>
border-color css
<style>
span { border-color: #75DCFD; }
span { border-color: rgb(117,220,253); }
td.TdClassName
{
border-color: #75DCFD;
}
.TagClassName
{
border-color: #75DCFD;
}
</style>