Shades of Baby Blue #75FDE8
Tints of Baby Blue #75FDE8
RGB
CMYK
RGB Variations
Color information
#75FDE8 (or 0x75FDE8) is known color: Baby Blue. HEX triplet: 75, FD and E8. RGB value is (117,253,232). Sum of RGB (Red+Green+Blue) = 117+253+232=602 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.44% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FDE8 is #8A0217. Grayscale: #D1D1D1. Windows color (decimal): -9044504 or 15269237. OLE color: 15269237.
HSL color Cylindrical-coordinate representation of color #75FDE8: hue angle of 170.74º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FDE8 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 253 | 232 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.01 |
| HSL | 170.74º | 0.97% | 0.73% | - |
| HSV(B) | 170.74º | 0.54% | 0.99% | - |
| XYZ | 57.03 | 79.86 | 88.75 | - |
| YUV | 209.94 | 140.44 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 253 | 232 | 0.54 | 0 | 0.08 | 0.01 | 170.74 | 0.97 | 0.73 |
| Hex | 75 | FD | E8 | 36 | 0 | 8 | 1 | AB | 61 | 49 |
| Octal | 165 | 375 | 350 | 66 | 0 | 10 | 1 | 253 | 141 | 111 |
| Binary | 1110101 | 11111101 | 11101000 | 110110 | 0 | 1000 | 1 | 10101011 | 1100001 | 1001001 |
Color Harmonies of #75FDE8
Complementary color
Monochromatic Colors of #75FDE8
Black with #75FDE8
Text Example
Text Example
White with #75FDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FDE8; }
p { color: rgb(117,253,232); }
H1.HeaderClassName
{
color: #75FDE8;
}
.AnyTagClassName
{
color: #75FDE8;
}
</style>
background-color css
<style>
a { background-color: #75FDE8; }
a { background-color: rgb(117,253,232); }
div.DivClassName
{
background-color: #75FDE8;
}
.BgClassName
{
background-color: #75FDE8;
}
</style>
border-color css
<style>
span { border-color: #75FDE8; }
span { border-color: rgb(117,253,232); }
td.TdClassName
{
border-color: #75FDE8;
}
.TagClassName
{
border-color: #75FDE8;
}
</style>