Shades of Baby Blue #5DF2EB
Tints of Baby Blue #5DF2EB
RGB
CMYK
RGB Variations
Color information
#5DF2EB (or 0x5DF2EB) is known color: Baby Blue. HEX triplet: 5D, F2 and EB. RGB value is (93,242,235). Sum of RGB (Red+Green+Blue) = 93+242+235=570 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.32% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF2EB is #A20D14. Grayscale: #C4C4C4. Windows color (decimal): -10620181 or 15463005. OLE color: 15463005.
HSL color Cylindrical-coordinate representation of color #5DF2EB: hue angle of 177.18º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF2EB is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 235 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.05 |
| HSL | 177.18º | 0.85% | 0.66% | - |
| HSV(B) | 177.18º | 0.62% | 0.95% | - |
| XYZ | 51.26 | 71.83 | 89.76 | - |
| YUV | 196.65 | 149.64 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 235 | 0.62 | 0 | 0.03 | 0.05 | 177.18 | 0.85 | 0.66 |
| Hex | 5D | F2 | EB | 3E | 0 | 3 | 5 | B1 | 55 | 42 |
| Octal | 135 | 362 | 353 | 76 | 0 | 3 | 5 | 261 | 125 | 102 |
| Binary | 1011101 | 11110010 | 11101011 | 111110 | 0 | 11 | 101 | 10110001 | 1010101 | 1000010 |
Color Harmonies of #5DF2EB
Complementary color
Monochromatic Colors of #5DF2EB
Black with #5DF2EB
Text Example
Text Example
White with #5DF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF2EB; }
p { color: rgb(93,242,235); }
H1.HeaderClassName
{
color: #5DF2EB;
}
.AnyTagClassName
{
color: #5DF2EB;
}
</style>
background-color css
<style>
a { background-color: #5DF2EB; }
a { background-color: rgb(93,242,235); }
div.DivClassName
{
background-color: #5DF2EB;
}
.BgClassName
{
background-color: #5DF2EB;
}
</style>
border-color css
<style>
span { border-color: #5DF2EB; }
span { border-color: rgb(93,242,235); }
td.TdClassName
{
border-color: #5DF2EB;
}
.TagClassName
{
border-color: #5DF2EB;
}
</style>