Shades of Sky Blue #75C9EC
Tints of Sky Blue #75C9EC
RGB
CMYK
RGB Variations
Color information
#75C9EC (or 0x75C9EC) is known color: Sky Blue. HEX triplet: 75, C9 and EC. RGB value is (117,201,236). Sum of RGB (Red+Green+Blue) = 117+201+236=554 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.12% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #75C9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C9EC is #8A3613. Grayscale: #B3B3B3. Windows color (decimal): -9057812 or 15518069. OLE color: 15518069.
HSL color Cylindrical-coordinate representation of color #75C9EC: hue angle of 197.65º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75C9EC is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 201 | 236 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.07 |
| HSL | 197.65º | 0.76% | 0.69% | - |
| HSV(B) | 197.65º | 0.5% | 0.93% | - |
| XYZ | 43.36 | 51.61 | 87.03 | - |
| YUV | 179.87 | 159.67 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 201 | 236 | 0.50 | 0.15 | 0 | 0.07 | 197.65 | 0.76 | 0.69 |
| Hex | 75 | C9 | EC | 32 | F | 0 | 7 | C6 | 4C | 45 |
| Octal | 165 | 311 | 354 | 62 | 17 | 0 | 7 | 306 | 114 | 105 |
| Binary | 1110101 | 11001001 | 11101100 | 110010 | 1111 | 0 | 111 | 11000110 | 1001100 | 1000101 |
Color Harmonies of #75C9EC
Complementary color
Monochromatic Colors of #75C9EC
Black with #75C9EC
Text Example
Text Example
White with #75C9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C9EC; }
p { color: rgb(117,201,236); }
H1.HeaderClassName
{
color: #75C9EC;
}
.AnyTagClassName
{
color: #75C9EC;
}
</style>
background-color css
<style>
a { background-color: #75C9EC; }
a { background-color: rgb(117,201,236); }
div.DivClassName
{
background-color: #75C9EC;
}
.BgClassName
{
background-color: #75C9EC;
}
</style>
border-color css
<style>
span { border-color: #75C9EC; }
span { border-color: rgb(117,201,236); }
td.TdClassName
{
border-color: #75C9EC;
}
.TagClassName
{
border-color: #75C9EC;
}
</style>