Shades of Sky Blue #75CFED
Tints of Sky Blue #75CFED
RGB
CMYK
RGB Variations
Color information
#75CFED (or 0x75CFED) is known color: Sky Blue. HEX triplet: 75, CF and ED. RGB value is (117,207,237). Sum of RGB (Red+Green+Blue) = 117+207+237=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #75CFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CFED is #8A3012. Grayscale: #B7B7B7. Windows color (decimal): -9056275 or 15585141. OLE color: 15585141.
HSL color Cylindrical-coordinate representation of color #75CFED: hue angle of 195º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75CFED is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 207 | 237 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.07 |
| HSL | 195º | 0.77% | 0.69% | - |
| HSV(B) | 195º | 0.51% | 0.93% | - |
| XYZ | 44.94 | 54.52 | 88.28 | - |
| YUV | 183.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 237 | 0.51 | 0.13 | 0 | 0.07 | 195 | 0.77 | 0.69 |
| Hex | 75 | CF | ED | 33 | D | 0 | 7 | C3 | 4D | 45 |
| Octal | 165 | 317 | 355 | 63 | 15 | 0 | 7 | 303 | 115 | 105 |
| Binary | 1110101 | 11001111 | 11101101 | 110011 | 1101 | 0 | 111 | 11000011 | 1001101 | 1000101 |
Color Harmonies of #75CFED
Complementary color
Monochromatic Colors of #75CFED
Black with #75CFED
Text Example
Text Example
White with #75CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CFED; }
p { color: rgb(117,207,237); }
H1.HeaderClassName
{
color: #75CFED;
}
.AnyTagClassName
{
color: #75CFED;
}
</style>
background-color css
<style>
a { background-color: #75CFED; }
a { background-color: rgb(117,207,237); }
div.DivClassName
{
background-color: #75CFED;
}
.BgClassName
{
background-color: #75CFED;
}
</style>
border-color css
<style>
span { border-color: #75CFED; }
span { border-color: rgb(117,207,237); }
td.TdClassName
{
border-color: #75CFED;
}
.TagClassName
{
border-color: #75CFED;
}
</style>