Shades of Baby Blue #75FFEC
Tints of Baby Blue #75FFEC
RGB
CMYK
RGB Variations
Color information
#75FFEC (or 0x75FFEC) is known color: Baby Blue. HEX triplet: 75, FF and EC. RGB value is (117,255,236). Sum of RGB (Red+Green+Blue) = 117+255+236=608 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.24% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FFEC is #8A0013. Grayscale: #D3D3D3. Windows color (decimal): -9043988 or 15531893. OLE color: 15531893.
HSL color Cylindrical-coordinate representation of color #75FFEC: hue angle of 171.74º 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 #75FFEC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 236 | - |
| CMYK | 0.54 | 0 | 0.07 | 0 |
| HSL | 171.74º | 1% | 0.73% | - |
| HSV(B) | 171.74º | 0.54% | 1% | - |
| XYZ | 58.24 | 81.36 | 91.99 | - |
| YUV | 211.57 | 141.78 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 236 | 0.54 | 0 | 0.07 | 0 | 171.74 | 1 | 0.73 |
| Hex | 75 | FF | EC | 36 | 0 | 7 | 0 | AC | 64 | 49 |
| Octal | 165 | 377 | 354 | 66 | 0 | 7 | 0 | 254 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11101100 | 110110 | 0 | 111 | 0 | 10101100 | 1100100 | 1001001 |
Color Harmonies of #75FFEC
Complementary color
Monochromatic Colors of #75FFEC
Black with #75FFEC
Text Example
Text Example
White with #75FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFEC; }
p { color: rgb(117,255,236); }
H1.HeaderClassName
{
color: #75FFEC;
}
.AnyTagClassName
{
color: #75FFEC;
}
</style>
background-color css
<style>
a { background-color: #75FFEC; }
a { background-color: rgb(117,255,236); }
div.DivClassName
{
background-color: #75FFEC;
}
.BgClassName
{
background-color: #75FFEC;
}
</style>
border-color css
<style>
span { border-color: #75FFEC; }
span { border-color: rgb(117,255,236); }
td.TdClassName
{
border-color: #75FFEC;
}
.TagClassName
{
border-color: #75FFEC;
}
</style>