Shades of Baby Blue #5DF4E9
Tints of Baby Blue #5DF4E9
RGB
CMYK
RGB Variations
Color information
#5DF4E9 (or 0x5DF4E9) is known color: Baby Blue. HEX triplet: 5D, F4 and E9. RGB value is (93,244,233). Sum of RGB (Red+Green+Blue) = 93+244+233=570 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.32% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #5DF4E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF4E9 is #A20B16. Grayscale: #C5C5C5. Windows color (decimal): -10619671 or 15332445. OLE color: 15332445.
HSL color Cylindrical-coordinate representation of color #5DF4E9: hue angle of 175.63º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF4E9 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 244 | 233 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.04 |
| HSL | 175.63º | 0.87% | 0.66% | - |
| HSV(B) | 175.63º | 0.62% | 0.96% | - |
| XYZ | 51.57 | 72.91 | 88.45 | - |
| YUV | 197.6 | 147.97 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 244 | 233 | 0.62 | 0 | 0.05 | 0.04 | 175.63 | 0.87 | 0.66 |
| Hex | 5D | F4 | E9 | 3E | 0 | 5 | 4 | B0 | 57 | 42 |
| Octal | 135 | 364 | 351 | 76 | 0 | 5 | 4 | 260 | 127 | 102 |
| Binary | 1011101 | 11110100 | 11101001 | 111110 | 0 | 101 | 100 | 10110000 | 1010111 | 1000010 |
Color Harmonies of #5DF4E9
Complementary color
Monochromatic Colors of #5DF4E9
Black with #5DF4E9
Text Example
Text Example
White with #5DF4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF4E9; }
p { color: rgb(93,244,233); }
H1.HeaderClassName
{
color: #5DF4E9;
}
.AnyTagClassName
{
color: #5DF4E9;
}
</style>
background-color css
<style>
a { background-color: #5DF4E9; }
a { background-color: rgb(93,244,233); }
div.DivClassName
{
background-color: #5DF4E9;
}
.BgClassName
{
background-color: #5DF4E9;
}
</style>
border-color css
<style>
span { border-color: #5DF4E9; }
span { border-color: rgb(93,244,233); }
td.TdClassName
{
border-color: #5DF4E9;
}
.TagClassName
{
border-color: #5DF4E9;
}
</style>