Shades of Baby Blue #5DEDFD
Tints of Baby Blue #5DEDFD
RGB
CMYK
RGB Variations
Color information
#5DEDFD (or 0x5DEDFD) is known color: Baby Blue. HEX triplet: 5D, ED and FD. RGB value is (93,237,253). Sum of RGB (Red+Green+Blue) = 93+237+253=583 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.95% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DEDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEDFD is #A21202. Grayscale: #C3C3C3. Windows color (decimal): -10621443 or 16641373. OLE color: 16641373.
HSL color Cylindrical-coordinate representation of color #5DEDFD: hue angle of 186º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DEDFD is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 237 | 253 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.01 |
| HSL | 186º | 0.98% | 0.68% | - |
| HSV(B) | 186º | 0.63% | 0.99% | - |
| XYZ | 52.53 | 69.99 | 103.67 | - |
| YUV | 195.77 | 160.29 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 253 | 0.63 | 0.06 | 0 | 0.01 | 186 | 0.98 | 0.68 |
| Hex | 5D | ED | FD | 3F | 6 | 0 | 1 | BA | 62 | 44 |
| Octal | 135 | 355 | 375 | 77 | 6 | 0 | 1 | 272 | 142 | 104 |
| Binary | 1011101 | 11101101 | 11111101 | 111111 | 110 | 0 | 1 | 10111010 | 1100010 | 1000100 |
Color Harmonies of #5DEDFD
Complementary color
Monochromatic Colors of #5DEDFD
Black with #5DEDFD
Text Example
Text Example
White with #5DEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEDFD; }
p { color: rgb(93,237,253); }
H1.HeaderClassName
{
color: #5DEDFD;
}
.AnyTagClassName
{
color: #5DEDFD;
}
</style>
background-color css
<style>
a { background-color: #5DEDFD; }
a { background-color: rgb(93,237,253); }
div.DivClassName
{
background-color: #5DEDFD;
}
.BgClassName
{
background-color: #5DEDFD;
}
</style>
border-color css
<style>
span { border-color: #5DEDFD; }
span { border-color: rgb(93,237,253); }
td.TdClassName
{
border-color: #5DEDFD;
}
.TagClassName
{
border-color: #5DEDFD;
}
</style>