Shades of Baby Blue #5DEEFE
Tints of Baby Blue #5DEEFE
RGB
CMYK
RGB Variations
Color information
#5DEEFE (or 0x5DEEFE) is known color: Baby Blue. HEX triplet: 5D, EE and FE. RGB value is (93,238,254). Sum of RGB (Red+Green+Blue) = 93+238+254=585 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.90% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DEEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEEFE is #A21101. Grayscale: #C4C4C4. Windows color (decimal): -10621186 or 16707165. OLE color: 16707165.
HSL color Cylindrical-coordinate representation of color #5DEEFE: hue angle of 185.96º 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 #5DEEFE is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 238 | 254 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.00 |
| HSL | 185.96º | 0.99% | 0.68% | - |
| HSV(B) | 185.96º | 0.63% | 1% | - |
| XYZ | 52.98 | 70.63 | 104.61 | - |
| YUV | 196.47 | 160.46 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 238 | 254 | 0.63 | 0.06 | 0 | 0.00 | 185.96 | 0.99 | 0.68 |
| Hex | 5D | EE | FE | 3F | 6 | 0 | 0 | BA | 63 | 44 |
| Octal | 135 | 356 | 376 | 77 | 6 | 0 | 0 | 272 | 143 | 104 |
| Binary | 1011101 | 11101110 | 11111110 | 111111 | 110 | 0 | 0 | 10111010 | 1100011 | 1000100 |
Color Harmonies of #5DEEFE
Complementary color
Monochromatic Colors of #5DEEFE
Black with #5DEEFE
Text Example
Text Example
White with #5DEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEEFE; }
p { color: rgb(93,238,254); }
H1.HeaderClassName
{
color: #5DEEFE;
}
.AnyTagClassName
{
color: #5DEEFE;
}
</style>
background-color css
<style>
a { background-color: #5DEEFE; }
a { background-color: rgb(93,238,254); }
div.DivClassName
{
background-color: #5DEEFE;
}
.BgClassName
{
background-color: #5DEEFE;
}
</style>
border-color css
<style>
span { border-color: #5DEEFE; }
span { border-color: rgb(93,238,254); }
td.TdClassName
{
border-color: #5DEEFE;
}
.TagClassName
{
border-color: #5DEEFE;
}
</style>