Shades of Baby Blue #75FEE9
Tints of Baby Blue #75FEE9
RGB
CMYK
RGB Variations
Color information
#75FEE9 (or 0x75FEE9) is known color: Baby Blue. HEX triplet: 75, FE and E9. RGB value is (117,254,233). Sum of RGB (Red+Green+Blue) = 117+254+233=604 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.37% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FEE9 is #8A0116. Grayscale: #D2D2D2. Windows color (decimal): -9044247 or 15335029. OLE color: 15335029.
HSL color Cylindrical-coordinate representation of color #75FEE9: hue angle of 170.8º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FEE9 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 233 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.00 |
| HSL | 170.8º | 0.99% | 0.73% | - |
| HSV(B) | 170.8º | 0.54% | 1% | - |
| XYZ | 57.49 | 80.55 | 89.61 | - |
| YUV | 210.64 | 140.61 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 233 | 0.54 | 0 | 0.08 | 0.00 | 170.8 | 0.99 | 0.73 |
| Hex | 75 | FE | E9 | 36 | 0 | 8 | 0 | AB | 63 | 49 |
| Octal | 165 | 376 | 351 | 66 | 0 | 10 | 0 | 253 | 143 | 111 |
| Binary | 1110101 | 11111110 | 11101001 | 110110 | 0 | 1000 | 0 | 10101011 | 1100011 | 1001001 |
Color Harmonies of #75FEE9
Complementary color
Monochromatic Colors of #75FEE9
Black with #75FEE9
Text Example
Text Example
White with #75FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEE9; }
p { color: rgb(117,254,233); }
H1.HeaderClassName
{
color: #75FEE9;
}
.AnyTagClassName
{
color: #75FEE9;
}
</style>
background-color css
<style>
a { background-color: #75FEE9; }
a { background-color: rgb(117,254,233); }
div.DivClassName
{
background-color: #75FEE9;
}
.BgClassName
{
background-color: #75FEE9;
}
</style>
border-color css
<style>
span { border-color: #75FEE9; }
span { border-color: rgb(117,254,233); }
td.TdClassName
{
border-color: #75FEE9;
}
.TagClassName
{
border-color: #75FEE9;
}
</style>