Shades of Baby Blue #5DFFED
Tints of Baby Blue #5DFFED
RGB
CMYK
RGB Variations
Color information
#5DFFED (or 0x5DFFED) is known color: Baby Blue. HEX triplet: 5D, FF and ED. RGB value is (93,255,237). Sum of RGB (Red+Green+Blue) = 93+255+237=585 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.90% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFFED is #A20012. Grayscale: #CCCCCC. Windows color (decimal): -10616851 or 15597405. OLE color: 15597405.
HSL color Cylindrical-coordinate representation of color #5DFFED: hue angle of 173.33º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFED is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 237 | - |
| CMYK | 0.64 | 0 | 0.07 | 0 |
| HSL | 173.33º | 1% | 0.68% | - |
| HSV(B) | 173.33º | 0.64% | 1% | - |
| XYZ | 55.56 | 79.96 | 92.63 | - |
| YUV | 204.51 | 146.33 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 237 | 0.64 | 0 | 0.07 | 0 | 173.33 | 1 | 0.68 |
| Hex | 5D | FF | ED | 40 | 0 | 7 | 0 | AD | 64 | 44 |
| Octal | 135 | 377 | 355 | 100 | 0 | 7 | 0 | 255 | 144 | 104 |
| Binary | 1011101 | 11111111 | 11101101 | 1000000 | 0 | 111 | 0 | 10101101 | 1100100 | 1000100 |
Color Harmonies of #5DFFED
Complementary color
Monochromatic Colors of #5DFFED
Black with #5DFFED
Text Example
Text Example
White with #5DFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFED; }
p { color: rgb(93,255,237); }
H1.HeaderClassName
{
color: #5DFFED;
}
.AnyTagClassName
{
color: #5DFFED;
}
</style>
background-color css
<style>
a { background-color: #5DFFED; }
a { background-color: rgb(93,255,237); }
div.DivClassName
{
background-color: #5DFFED;
}
.BgClassName
{
background-color: #5DFFED;
}
</style>
border-color css
<style>
span { border-color: #5DFFED; }
span { border-color: rgb(93,255,237); }
td.TdClassName
{
border-color: #5DFFED;
}
.TagClassName
{
border-color: #5DFFED;
}
</style>