Shades of Baby Blue #75FFEF
Tints of Baby Blue #75FFEF
RGB
CMYK
RGB Variations
Color information
#75FFEF (or 0x75FFEF) is known color: Baby Blue. HEX triplet: 75, FF and EF. RGB value is (117,255,239). Sum of RGB (Red+Green+Blue) = 117+255+239=611 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.15% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FFEF is #8A0010. Grayscale: #D3D3D3. Windows color (decimal): -9043985 or 15728501. OLE color: 15728501.
HSL color Cylindrical-coordinate representation of color #75FFEF: hue angle of 173.04º 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 #75FFEF is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 239 | - |
| CMYK | 0.54 | 0 | 0.06 | 0 |
| HSL | 173.04º | 1% | 0.73% | - |
| HSV(B) | 173.04º | 0.54% | 1% | - |
| XYZ | 58.68 | 81.53 | 94.31 | - |
| YUV | 211.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 239 | 0.54 | 0 | 0.06 | 0 | 173.04 | 1 | 0.73 |
| Hex | 75 | FF | EF | 36 | 0 | 6 | 0 | AD | 64 | 49 |
| Octal | 165 | 377 | 357 | 66 | 0 | 6 | 0 | 255 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11101111 | 110110 | 0 | 110 | 0 | 10101101 | 1100100 | 1001001 |
Color Harmonies of #75FFEF
Complementary color
Monochromatic Colors of #75FFEF
Black with #75FFEF
Text Example
Text Example
White with #75FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFEF; }
p { color: rgb(117,255,239); }
H1.HeaderClassName
{
color: #75FFEF;
}
.AnyTagClassName
{
color: #75FFEF;
}
</style>
background-color css
<style>
a { background-color: #75FFEF; }
a { background-color: rgb(117,255,239); }
div.DivClassName
{
background-color: #75FFEF;
}
.BgClassName
{
background-color: #75FFEF;
}
</style>
border-color css
<style>
span { border-color: #75FFEF; }
span { border-color: rgb(117,255,239); }
td.TdClassName
{
border-color: #75FFEF;
}
.TagClassName
{
border-color: #75FFEF;
}
</style>