Shades of Baby Blue #5DEDF9
Tints of Baby Blue #5DEDF9
RGB
CMYK
RGB Variations
Color information
#5DEDF9 (or 0x5DEDF9) is known color: Baby Blue. HEX triplet: 5D, ED and F9. RGB value is (93,237,249). Sum of RGB (Red+Green+Blue) = 93+237+249=579 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.06% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #5DEDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEDF9 is #A21206. Grayscale: #C3C3C3. Windows color (decimal): -10621447 or 16379229. OLE color: 16379229.
HSL color Cylindrical-coordinate representation of color #5DEDF9: hue angle of 184.62º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DEDF9 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 237 | 249 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.02 |
| HSL | 184.62º | 0.93% | 0.67% | - |
| HSV(B) | 184.62º | 0.63% | 0.98% | - |
| XYZ | 51.9 | 69.74 | 100.35 | - |
| YUV | 195.31 | 158.29 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 249 | 0.63 | 0.05 | 0 | 0.02 | 184.62 | 0.93 | 0.67 |
| Hex | 5D | ED | F9 | 3F | 5 | 0 | 2 | B9 | 5D | 43 |
| Octal | 135 | 355 | 371 | 77 | 5 | 0 | 2 | 271 | 135 | 103 |
| Binary | 1011101 | 11101101 | 11111001 | 111111 | 101 | 0 | 10 | 10111001 | 1011101 | 1000011 |
Color Harmonies of #5DEDF9
Complementary color
Monochromatic Colors of #5DEDF9
Black with #5DEDF9
Text Example
Text Example
White with #5DEDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEDF9; }
p { color: rgb(93,237,249); }
H1.HeaderClassName
{
color: #5DEDF9;
}
.AnyTagClassName
{
color: #5DEDF9;
}
</style>
background-color css
<style>
a { background-color: #5DEDF9; }
a { background-color: rgb(93,237,249); }
div.DivClassName
{
background-color: #5DEDF9;
}
.BgClassName
{
background-color: #5DEDF9;
}
</style>
border-color css
<style>
span { border-color: #5DEDF9; }
span { border-color: rgb(93,237,249); }
td.TdClassName
{
border-color: #5DEDF9;
}
.TagClassName
{
border-color: #5DEDF9;
}
</style>