Shades of Baby Blue #5DF2EE
Tints of Baby Blue #5DF2EE
RGB
CMYK
RGB Variations
Color information
#5DF2EE (or 0x5DF2EE) is known color: Baby Blue. HEX triplet: 5D, F2 and EE. RGB value is (93,242,238). Sum of RGB (Red+Green+Blue) = 93+242+238=573 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.23% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF2EE is #A20D11. Grayscale: #C4C4C4. Windows color (decimal): -10620178 or 15659613. OLE color: 15659613.
HSL color Cylindrical-coordinate representation of color #5DF2EE: hue angle of 178.39º 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 #5DF2EE is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 238 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.05 |
| HSL | 178.39º | 0.85% | 0.66% | - |
| HSV(B) | 178.39º | 0.62% | 0.95% | - |
| XYZ | 51.7 | 72 | 92.06 | - |
| YUV | 196.99 | 151.14 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 238 | 0.62 | 0 | 0.02 | 0.05 | 178.39 | 0.85 | 0.66 |
| Hex | 5D | F2 | EE | 3E | 0 | 2 | 5 | B2 | 55 | 42 |
| Octal | 135 | 362 | 356 | 76 | 0 | 2 | 5 | 262 | 125 | 102 |
| Binary | 1011101 | 11110010 | 11101110 | 111110 | 0 | 10 | 101 | 10110010 | 1010101 | 1000010 |
Color Harmonies of #5DF2EE
Complementary color
Monochromatic Colors of #5DF2EE
Black with #5DF2EE
Text Example
Text Example
White with #5DF2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF2EE; }
p { color: rgb(93,242,238); }
H1.HeaderClassName
{
color: #5DF2EE;
}
.AnyTagClassName
{
color: #5DF2EE;
}
</style>
background-color css
<style>
a { background-color: #5DF2EE; }
a { background-color: rgb(93,242,238); }
div.DivClassName
{
background-color: #5DF2EE;
}
.BgClassName
{
background-color: #5DF2EE;
}
</style>
border-color css
<style>
span { border-color: #5DF2EE; }
span { border-color: rgb(93,242,238); }
td.TdClassName
{
border-color: #5DF2EE;
}
.TagClassName
{
border-color: #5DF2EE;
}
</style>