Shades of Baby Blue #75F8F0
Tints of Baby Blue #75F8F0
RGB
CMYK
RGB Variations
Color information
#75F8F0 (or 0x75F8F0) is known color: Baby Blue. HEX triplet: 75, F8 and F0. RGB value is (117,248,240). Sum of RGB (Red+Green+Blue) = 117+248+240=605 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.34% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #75F8F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F8F0 is #8A070F. Grayscale: #CFCFCF. Windows color (decimal): -9045776 or 15792245. OLE color: 15792245.
HSL color Cylindrical-coordinate representation of color #75F8F0: hue angle of 176.34º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F8F0 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 248 | 240 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.03 |
| HSL | 176.34º | 0.9% | 0.72% | - |
| HSV(B) | 176.34º | 0.53% | 0.97% | - |
| XYZ | 56.63 | 77.21 | 94.36 | - |
| YUV | 207.92 | 146.1 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 248 | 240 | 0.53 | 0 | 0.03 | 0.03 | 176.34 | 0.9 | 0.72 |
| Hex | 75 | F8 | F0 | 35 | 0 | 3 | 3 | B0 | 5A | 48 |
| Octal | 165 | 370 | 360 | 65 | 0 | 3 | 3 | 260 | 132 | 110 |
| Binary | 1110101 | 11111000 | 11110000 | 110101 | 0 | 11 | 11 | 10110000 | 1011010 | 1001000 |
Color Harmonies of #75F8F0
Complementary color
Monochromatic Colors of #75F8F0
Black with #75F8F0
Text Example
Text Example
White with #75F8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F8F0; }
p { color: rgb(117,248,240); }
H1.HeaderClassName
{
color: #75F8F0;
}
.AnyTagClassName
{
color: #75F8F0;
}
</style>
background-color css
<style>
a { background-color: #75F8F0; }
a { background-color: rgb(117,248,240); }
div.DivClassName
{
background-color: #75F8F0;
}
.BgClassName
{
background-color: #75F8F0;
}
</style>
border-color css
<style>
span { border-color: #75F8F0; }
span { border-color: rgb(117,248,240); }
td.TdClassName
{
border-color: #75F8F0;
}
.TagClassName
{
border-color: #75F8F0;
}
</style>