Shades of Baby Blue #75FFEB
Tints of Baby Blue #75FFEB
RGB
CMYK
RGB Variations
Color information
#75FFEB (or 0x75FFEB) is known color: Baby Blue. HEX triplet: 75, FF and EB. RGB value is (117,255,235). Sum of RGB (Red+Green+Blue) = 117+255+235=607 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.28% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FFEB is #8A0014. Grayscale: #D3D3D3. Windows color (decimal): -9043989 or 15466357. OLE color: 15466357.
HSL color Cylindrical-coordinate representation of color #75FFEB: hue angle of 171.3º 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 #75FFEB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 235 | - |
| CMYK | 0.54 | 0 | 0.08 | 0 |
| HSL | 171.3º | 1% | 0.73% | - |
| HSV(B) | 171.3º | 0.54% | 1% | - |
| XYZ | 58.09 | 81.3 | 91.23 | - |
| YUV | 211.46 | 141.28 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 235 | 0.54 | 0 | 0.08 | 0 | 171.3 | 1 | 0.73 |
| Hex | 75 | FF | EB | 36 | 0 | 8 | 0 | AB | 64 | 49 |
| Octal | 165 | 377 | 353 | 66 | 0 | 10 | 0 | 253 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11101011 | 110110 | 0 | 1000 | 0 | 10101011 | 1100100 | 1001001 |
Color Harmonies of #75FFEB
Complementary color
Monochromatic Colors of #75FFEB
Black with #75FFEB
Text Example
Text Example
White with #75FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFEB; }
p { color: rgb(117,255,235); }
H1.HeaderClassName
{
color: #75FFEB;
}
.AnyTagClassName
{
color: #75FFEB;
}
</style>
background-color css
<style>
a { background-color: #75FFEB; }
a { background-color: rgb(117,255,235); }
div.DivClassName
{
background-color: #75FFEB;
}
.BgClassName
{
background-color: #75FFEB;
}
</style>
border-color css
<style>
span { border-color: #75FFEB; }
span { border-color: rgb(117,255,235); }
td.TdClassName
{
border-color: #75FFEB;
}
.TagClassName
{
border-color: #75FFEB;
}
</style>