Shades of Baby Blue #75FFEE
Tints of Baby Blue #75FFEE
RGB
CMYK
RGB Variations
Color information
#75FFEE (or 0x75FFEE) is known color: Baby Blue. HEX triplet: 75, FF and EE. RGB value is (117,255,238). Sum of RGB (Red+Green+Blue) = 117+255+238=610 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.18% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FFEE is #8A0011. Grayscale: #D3D3D3. Windows color (decimal): -9043986 or 15662965. OLE color: 15662965.
HSL color Cylindrical-coordinate representation of color #75FFEE: hue angle of 172.61º 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 #75FFEE is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 238 | - |
| CMYK | 0.54 | 0 | 0.07 | 0 |
| HSL | 172.61º | 1% | 0.73% | - |
| HSV(B) | 172.61º | 0.54% | 1% | - |
| XYZ | 58.53 | 81.47 | 93.53 | - |
| YUV | 211.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 238 | 0.54 | 0 | 0.07 | 0 | 172.61 | 1 | 0.73 |
| Hex | 75 | FF | EE | 36 | 0 | 7 | 0 | AD | 64 | 49 |
| Octal | 165 | 377 | 356 | 66 | 0 | 7 | 0 | 255 | 144 | 111 |
| Binary | 1110101 | 11111111 | 11101110 | 110110 | 0 | 111 | 0 | 10101101 | 1100100 | 1001001 |
Color Harmonies of #75FFEE
Complementary color
Monochromatic Colors of #75FFEE
Black with #75FFEE
Text Example
Text Example
White with #75FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FFEE; }
p { color: rgb(117,255,238); }
H1.HeaderClassName
{
color: #75FFEE;
}
.AnyTagClassName
{
color: #75FFEE;
}
</style>
background-color css
<style>
a { background-color: #75FFEE; }
a { background-color: rgb(117,255,238); }
div.DivClassName
{
background-color: #75FFEE;
}
.BgClassName
{
background-color: #75FFEE;
}
</style>
border-color css
<style>
span { border-color: #75FFEE; }
span { border-color: rgb(117,255,238); }
td.TdClassName
{
border-color: #75FFEE;
}
.TagClassName
{
border-color: #75FFEE;
}
</style>