Shades of Baby Blue #75FFFD
Tints of Baby Blue #75FFFD
RGB
CMYK
RGB Variations
Color information
#75FFFD (or 0x75FFFD) is known color: Baby Blue. HEX triplet: 75, FF and FD. RGB value is (117,255,253). Sum of RGB (Red+Green+Blue) = 117+255+253=625 (82% of max value = 765). Red value is 117 (46.09% from 255 or 18.72% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FFFD is #8A0002. Grayscale: #D5D5D5. Windows color (decimal): -9043971 or 16646005. OLE color: 16646005.
HSL color Cylindrical-coordinate representation of color #75FFFD: hue angle of 179.13º 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 #75FFFD is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 253 | - |
| CMYK | 0.54 | 0 | 0.01 | 0 |
| HSL | 179.13º | 1% | 0.73% | - |
| HSV(B) | 179.13º | 0.54% | 1% | - |
| XYZ | 60.83 | 82.39 | 105.63 | - |
| YUV | 213.51 | 150.28 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 253 | 0.54 | 0 | 0.01 | 0 | 179.13 | 1 | 0.73 |
| Hex | 75 | FF | FD | 36 | 0 | 1 | 0 | B3 | 64 | 49 |
| Octal | 165 | 377 | 375 | 66 | 0 | 1 | 0 | 263 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11111101 | 110110 | 0 | 1 | 0 | 10110011 | 1100100 | 1001001 |
Color Harmonies of #75FFFD
Complementary color
Monochromatic Colors of #75FFFD
Black with #75FFFD
Text Example
Text Example
White with #75FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFFD; }
p { color: rgb(117,255,253); }
H1.HeaderClassName
{
color: #75FFFD;
}
.AnyTagClassName
{
color: #75FFFD;
}
</style>
background-color css
<style>
a { background-color: #75FFFD; }
a { background-color: rgb(117,255,253); }
div.DivClassName
{
background-color: #75FFFD;
}
.BgClassName
{
background-color: #75FFFD;
}
</style>
border-color css
<style>
span { border-color: #75FFFD; }
span { border-color: rgb(117,255,253); }
td.TdClassName
{
border-color: #75FFFD;
}
.TagClassName
{
border-color: #75FFFD;
}
</style>