Shades of Light Sky Blue #75DCFE
Tints of Light Sky Blue #75DCFE
RGB
CMYK
RGB Variations
Color information
#75DCFE (or 0x75DCFE) is known color: Light Sky Blue. HEX triplet: 75, DC and FE. RGB value is (117,220,254). Sum of RGB (Red+Green+Blue) = 117+220+254=591 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.80% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #75DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75DCFE is #8A2301. Grayscale: #C0C0C0. Windows color (decimal): -9052930 or 16702581. OLE color: 16702581.
HSL color Cylindrical-coordinate representation of color #75DCFE: hue angle of 194.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75DCFE is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 220 | 254 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.00 |
| HSL | 194.89º | 0.99% | 0.73% | - |
| HSV(B) | 194.89º | 0.54% | 1% | - |
| XYZ | 50.82 | 62.12 | 103.08 | - |
| YUV | 193.08 | 162.38 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 220 | 254 | 0.54 | 0.13 | 0 | 0.00 | 194.89 | 0.99 | 0.73 |
| Hex | 75 | DC | FE | 36 | D | 0 | 0 | C3 | 63 | 49 |
| Octal | 165 | 334 | 376 | 66 | 15 | 0 | 0 | 303 | 143 | 111 |
| Binary | 1110101 | 11011100 | 11111110 | 110110 | 1101 | 0 | 0 | 11000011 | 1100011 | 1001001 |
Color Harmonies of #75DCFE
Complementary color
Monochromatic Colors of #75DCFE
Black with #75DCFE
Text Example
Text Example
White with #75DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DCFE; }
p { color: rgb(117,220,254); }
H1.HeaderClassName
{
color: #75DCFE;
}
.AnyTagClassName
{
color: #75DCFE;
}
</style>
background-color css
<style>
a { background-color: #75DCFE; }
a { background-color: rgb(117,220,254); }
div.DivClassName
{
background-color: #75DCFE;
}
.BgClassName
{
background-color: #75DCFE;
}
</style>
border-color css
<style>
span { border-color: #75DCFE; }
span { border-color: rgb(117,220,254); }
td.TdClassName
{
border-color: #75DCFE;
}
.TagClassName
{
border-color: #75DCFE;
}
</style>