Shades of Baby Blue #5DEDFE
Tints of Baby Blue #5DEDFE
RGB
CMYK
RGB Variations
Color information
#5DEDFE (or 0x5DEDFE) is known color: Baby Blue. HEX triplet: 5D, ED and FE. RGB value is (93,237,254). Sum of RGB (Red+Green+Blue) = 93+237+254=584 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.92% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DEDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEDFE is #A21201. Grayscale: #C3C3C3. Windows color (decimal): -10621442 or 16706909. OLE color: 16706909.
HSL color Cylindrical-coordinate representation of color #5DEDFE: hue angle of 186.34º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DEDFE is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 237 | 254 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.00 |
| HSL | 186.34º | 0.99% | 0.68% | - |
| HSV(B) | 186.34º | 0.63% | 1% | - |
| XYZ | 52.69 | 70.05 | 104.51 | - |
| YUV | 195.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 237 | 254 | 0.63 | 0.07 | 0 | 0.00 | 186.34 | 0.99 | 0.68 |
| Hex | 5D | ED | FE | 3F | 7 | 0 | 0 | BA | 63 | 44 |
| Octal | 135 | 355 | 376 | 77 | 7 | 0 | 0 | 272 | 143 | 104 |
| Binary | 1011101 | 11101101 | 11111110 | 111111 | 111 | 0 | 0 | 10111010 | 1100011 | 1000100 |
Color Harmonies of #5DEDFE
Complementary color
Monochromatic Colors of #5DEDFE
Black with #5DEDFE
Text Example
Text Example
White with #5DEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEDFE; }
p { color: rgb(93,237,254); }
H1.HeaderClassName
{
color: #5DEDFE;
}
.AnyTagClassName
{
color: #5DEDFE;
}
</style>
background-color css
<style>
a { background-color: #5DEDFE; }
a { background-color: rgb(93,237,254); }
div.DivClassName
{
background-color: #5DEDFE;
}
.BgClassName
{
background-color: #5DEDFE;
}
</style>
border-color css
<style>
span { border-color: #5DEDFE; }
span { border-color: rgb(93,237,254); }
td.TdClassName
{
border-color: #5DEDFE;
}
.TagClassName
{
border-color: #5DEDFE;
}
</style>