Shades of Baby Blue #5DEEFD
Tints of Baby Blue #5DEEFD
RGB
CMYK
RGB Variations
Color information
#5DEEFD (or 0x5DEEFD) is known color: Baby Blue. HEX triplet: 5D, EE and FD. RGB value is (93,238,253). Sum of RGB (Red+Green+Blue) = 93+238+253=584 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.92% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DEEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEFD is #A21102. Grayscale: #C4C4C4. Windows color (decimal): -10621187 or 16641629. OLE color: 16641629.
HSL color Cylindrical-coordinate representation of color #5DEEFD: hue angle of 185.62º 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 #5DEEFD is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 238 | 253 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.01 |
| HSL | 185.63º | 0.98% | 0.68% | - |
| HSV(B) | 185.63º | 0.63% | 0.99% | - |
| XYZ | 52.82 | 70.57 | 103.77 | - |
| YUV | 196.36 | 159.96 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 253 | 0.63 | 0.06 | 0 | 0.01 | 185.63 | 0.98 | 0.68 |
| Hex | 5D | EE | FD | 3F | 6 | 0 | 1 | BA | 62 | 44 |
| Octal | 135 | 356 | 375 | 77 | 6 | 0 | 1 | 272 | 142 | 104 |
| Binary | 1011101 | 11101110 | 11111101 | 111111 | 110 | 0 | 1 | 10111010 | 1100010 | 1000100 |
Color Harmonies of #5DEEFD
Complementary color
Monochromatic Colors of #5DEEFD
Black with #5DEEFD
Text Example
Text Example
White with #5DEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEEFD; }
p { color: rgb(93,238,253); }
H1.HeaderClassName
{
color: #5DEEFD;
}
.AnyTagClassName
{
color: #5DEEFD;
}
</style>
background-color css
<style>
a { background-color: #5DEEFD; }
a { background-color: rgb(93,238,253); }
div.DivClassName
{
background-color: #5DEEFD;
}
.BgClassName
{
background-color: #5DEEFD;
}
</style>
border-color css
<style>
span { border-color: #5DEEFD; }
span { border-color: rgb(93,238,253); }
td.TdClassName
{
border-color: #5DEEFD;
}
.TagClassName
{
border-color: #5DEEFD;
}
</style>