Shades of Light Sky Blue #75DBFD
Tints of Light Sky Blue #75DBFD
RGB
CMYK
RGB Variations
Color information
#75DBFD (or 0x75DBFD) is known color: Light Sky Blue. HEX triplet: 75, DB and FD. RGB value is (117,219,253). Sum of RGB (Red+Green+Blue) = 117+219+253=589 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.86% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #75DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DBFD is #8A2402. Grayscale: #C0C0C0. Windows color (decimal): -9053187 or 16636789. OLE color: 16636789.
HSL color Cylindrical-coordinate representation of color #75DBFD: hue angle of 195º 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 #75DBFD is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 219 | 253 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.01 |
| HSL | 195º | 0.97% | 0.73% | - |
| HSV(B) | 195º | 0.54% | 0.99% | - |
| XYZ | 50.4 | 61.54 | 102.15 | - |
| YUV | 192.38 | 162.21 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 219 | 253 | 0.54 | 0.13 | 0 | 0.01 | 195 | 0.97 | 0.73 |
| Hex | 75 | DB | FD | 36 | D | 0 | 1 | C3 | 61 | 49 |
| Octal | 165 | 333 | 375 | 66 | 15 | 0 | 1 | 303 | 141 | 111 |
| Binary | 1110101 | 11011011 | 11111101 | 110110 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001001 |
Color Harmonies of #75DBFD
Complementary color
Monochromatic Colors of #75DBFD
Black with #75DBFD
Text Example
Text Example
White with #75DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DBFD; }
p { color: rgb(117,219,253); }
H1.HeaderClassName
{
color: #75DBFD;
}
.AnyTagClassName
{
color: #75DBFD;
}
</style>
background-color css
<style>
a { background-color: #75DBFD; }
a { background-color: rgb(117,219,253); }
div.DivClassName
{
background-color: #75DBFD;
}
.BgClassName
{
background-color: #75DBFD;
}
</style>
border-color css
<style>
span { border-color: #75DBFD; }
span { border-color: rgb(117,219,253); }
td.TdClassName
{
border-color: #75DBFD;
}
.TagClassName
{
border-color: #75DBFD;
}
</style>