Shades of Light Sky Blue #75D5FF
Tints of Light Sky Blue #75D5FF
RGB
CMYK
RGB Variations
Color information
#75D5FF (or 0x75D5FF) is known color: Light Sky Blue. HEX triplet: 75, D5 and FF. RGB value is (117,213,255). Sum of RGB (Red+Green+Blue) = 117+213+255=585 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #75D5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75D5FF is #8A2A00. Grayscale: #BCBCBC. Windows color (decimal): -9054721 or 16766325. OLE color: 16766325.
HSL color Cylindrical-coordinate representation of color #75D5FF: hue angle of 198.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75D5FF is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 213 | 255 | - |
| CMYK | 0.54 | 0.16 | 0 | 0 |
| HSL | 198.26º | 1% | 0.73% | - |
| HSV(B) | 198.26º | 0.54% | 1% | - |
| XYZ | 49.18 | 58.59 | 103.32 | - |
| YUV | 189.08 | 165.2 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 213 | 255 | 0.54 | 0.16 | 0 | 0 | 198.26 | 1 | 0.73 |
| Hex | 75 | D5 | FF | 36 | 10 | 0 | 0 | C6 | 64 | 49 |
| Octal | 165 | 325 | 377 | 66 | 20 | 0 | 0 | 306 | 144 | 111 |
| Binary | 1110101 | 11010101 | 11111111 | 110110 | 10000 | 0 | 0 | 11000110 | 1100100 | 1001001 |
Color Harmonies of #75D5FF
Complementary color
Monochromatic Colors of #75D5FF
Black with #75D5FF
Text Example
Text Example
White with #75D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D5FF; }
p { color: rgb(117,213,255); }
H1.HeaderClassName
{
color: #75D5FF;
}
.AnyTagClassName
{
color: #75D5FF;
}
</style>
background-color css
<style>
a { background-color: #75D5FF; }
a { background-color: rgb(117,213,255); }
div.DivClassName
{
background-color: #75D5FF;
}
.BgClassName
{
background-color: #75D5FF;
}
</style>
border-color css
<style>
span { border-color: #75D5FF; }
span { border-color: rgb(117,213,255); }
td.TdClassName
{
border-color: #75D5FF;
}
.TagClassName
{
border-color: #75D5FF;
}
</style>