Shades of Baby Blue #5DEEFA
Tints of Baby Blue #5DEEFA
RGB
CMYK
RGB Variations
Color information
#5DEEFA (or 0x5DEEFA) is known color: Baby Blue. HEX triplet: 5D, EE and FA. RGB value is (93,238,250). Sum of RGB (Red+Green+Blue) = 93+238+250=581 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.01% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DEEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEFA is #A21105. Grayscale: #C3C3C3. Windows color (decimal): -10621190 or 16445021. OLE color: 16445021.
HSL color Cylindrical-coordinate representation of color #5DEEFA: hue angle of 184.59º degrees, saturation: 0.94, 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 #5DEEFA is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 238 | 250 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.02 |
| HSL | 184.59º | 0.94% | 0.67% | - |
| HSV(B) | 184.59º | 0.63% | 0.98% | - |
| XYZ | 52.34 | 70.38 | 101.27 | - |
| YUV | 196.01 | 158.46 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 250 | 0.63 | 0.05 | 0 | 0.02 | 184.59 | 0.94 | 0.67 |
| Hex | 5D | EE | FA | 3F | 5 | 0 | 2 | B9 | 5E | 43 |
| Octal | 135 | 356 | 372 | 77 | 5 | 0 | 2 | 271 | 136 | 103 |
| Binary | 1011101 | 11101110 | 11111010 | 111111 | 101 | 0 | 10 | 10111001 | 1011110 | 1000011 |
Color Harmonies of #5DEEFA
Complementary color
Monochromatic Colors of #5DEEFA
Black with #5DEEFA
Text Example
Text Example
White with #5DEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEEFA; }
p { color: rgb(93,238,250); }
H1.HeaderClassName
{
color: #5DEEFA;
}
.AnyTagClassName
{
color: #5DEEFA;
}
</style>
background-color css
<style>
a { background-color: #5DEEFA; }
a { background-color: rgb(93,238,250); }
div.DivClassName
{
background-color: #5DEEFA;
}
.BgClassName
{
background-color: #5DEEFA;
}
</style>
border-color css
<style>
span { border-color: #5DEEFA; }
span { border-color: rgb(93,238,250); }
td.TdClassName
{
border-color: #5DEEFA;
}
.TagClassName
{
border-color: #5DEEFA;
}
</style>