Shades of Baby Blue #75FEED
Tints of Baby Blue #75FEED
RGB
CMYK
RGB Variations
Color information
#75FEED (or 0x75FEED) is known color: Baby Blue. HEX triplet: 75, FE and ED. RGB value is (117,254,237). Sum of RGB (Red+Green+Blue) = 117+254+237=608 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.24% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FEED is #8A0112. Grayscale: #D3D3D3. Windows color (decimal): -9044243 or 15597173. OLE color: 15597173.
HSL color Cylindrical-coordinate representation of color #75FEED: hue angle of 172.55º 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 #75FEED is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 237 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.00 |
| HSL | 172.55º | 0.99% | 0.73% | - |
| HSV(B) | 172.55º | 0.54% | 1% | - |
| XYZ | 58.06 | 80.78 | 92.65 | - |
| YUV | 211.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 237 | 0.54 | 0 | 0.07 | 0.00 | 172.55 | 0.99 | 0.73 |
| Hex | 75 | FE | ED | 36 | 0 | 7 | 0 | AD | 63 | 49 |
| Octal | 165 | 376 | 355 | 66 | 0 | 7 | 0 | 255 | 143 | 111 |
| Binary | 1110101 | 11111110 | 11101101 | 110110 | 0 | 111 | 0 | 10101101 | 1100011 | 1001001 |
Color Harmonies of #75FEED
Complementary color
Monochromatic Colors of #75FEED
Black with #75FEED
Text Example
Text Example
White with #75FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEED; }
p { color: rgb(117,254,237); }
H1.HeaderClassName
{
color: #75FEED;
}
.AnyTagClassName
{
color: #75FEED;
}
</style>
background-color css
<style>
a { background-color: #75FEED; }
a { background-color: rgb(117,254,237); }
div.DivClassName
{
background-color: #75FEED;
}
.BgClassName
{
background-color: #75FEED;
}
</style>
border-color css
<style>
span { border-color: #75FEED; }
span { border-color: rgb(117,254,237); }
td.TdClassName
{
border-color: #75FEED;
}
.TagClassName
{
border-color: #75FEED;
}
</style>