Shades of Light Sky Blue #75DEFF
Tints of Light Sky Blue #75DEFF
RGB
CMYK
RGB Variations
Color information
#75DEFF (or 0x75DEFF) is known color: Light Sky Blue. HEX triplet: 75, DE and FF. RGB value is (117,222,255). Sum of RGB (Red+Green+Blue) = 117+222+255=594 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.70% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #75DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DEFF is #8A2100. Grayscale: #C2C2C2. Windows color (decimal): -9052417 or 16768629. OLE color: 16768629.
HSL color Cylindrical-coordinate representation of color #75DEFF: hue angle of 194.35º 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 #75DEFF is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 222 | 255 | - |
| CMYK | 0.54 | 0.13 | 0 | 0 |
| HSL | 194.35º | 1% | 0.73% | - |
| HSV(B) | 194.35º | 0.54% | 1% | - |
| XYZ | 51.51 | 63.24 | 104.1 | - |
| YUV | 194.37 | 162.21 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 222 | 255 | 0.54 | 0.13 | 0 | 0 | 194.35 | 1 | 0.73 |
| Hex | 75 | DE | FF | 36 | D | 0 | 0 | C2 | 64 | 49 |
| Octal | 165 | 336 | 377 | 66 | 15 | 0 | 0 | 302 | 144 | 111 |
| Binary | 1110101 | 11011110 | 11111111 | 110110 | 1101 | 0 | 0 | 11000010 | 1100100 | 1001001 |
Color Harmonies of #75DEFF
Complementary color
Monochromatic Colors of #75DEFF
Black with #75DEFF
Text Example
Text Example
White with #75DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DEFF; }
p { color: rgb(117,222,255); }
H1.HeaderClassName
{
color: #75DEFF;
}
.AnyTagClassName
{
color: #75DEFF;
}
</style>
background-color css
<style>
a { background-color: #75DEFF; }
a { background-color: rgb(117,222,255); }
div.DivClassName
{
background-color: #75DEFF;
}
.BgClassName
{
background-color: #75DEFF;
}
</style>
border-color css
<style>
span { border-color: #75DEFF; }
span { border-color: rgb(117,222,255); }
td.TdClassName
{
border-color: #75DEFF;
}
.TagClassName
{
border-color: #75DEFF;
}
</style>