Shades of Baby Blue #5DFEEA
Tints of Baby Blue #5DFEEA
RGB
CMYK
RGB Variations
Color information
#5DFEEA (or 0x5DFEEA) is known color: Baby Blue. HEX triplet: 5D, FE and EA. RGB value is (93,254,234). Sum of RGB (Red+Green+Blue) = 93+254+234=581 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.01% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFEEA is #A20115. Grayscale: #CBCBCB. Windows color (decimal): -10617110 or 15400541. OLE color: 15400541.
HSL color Cylindrical-coordinate representation of color #5DFEEA: hue angle of 172.55º 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 #5DFEEA is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 234 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.00 |
| HSL | 172.55º | 0.99% | 0.68% | - |
| HSV(B) | 172.55º | 0.63% | 1% | - |
| XYZ | 54.81 | 79.15 | 90.23 | - |
| YUV | 203.58 | 145.16 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 234 | 0.63 | 0 | 0.08 | 0.00 | 172.55 | 0.99 | 0.68 |
| Hex | 5D | FE | EA | 3F | 0 | 8 | 0 | AD | 63 | 44 |
| Octal | 135 | 376 | 352 | 77 | 0 | 10 | 0 | 255 | 143 | 104 |
| Binary | 1011101 | 11111110 | 11101010 | 111111 | 0 | 1000 | 0 | 10101101 | 1100011 | 1000100 |
Color Harmonies of #5DFEEA
Complementary color
Monochromatic Colors of #5DFEEA
Black with #5DFEEA
Text Example
Text Example
White with #5DFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFEEA; }
p { color: rgb(93,254,234); }
H1.HeaderClassName
{
color: #5DFEEA;
}
.AnyTagClassName
{
color: #5DFEEA;
}
</style>
background-color css
<style>
a { background-color: #5DFEEA; }
a { background-color: rgb(93,254,234); }
div.DivClassName
{
background-color: #5DFEEA;
}
.BgClassName
{
background-color: #5DFEEA;
}
</style>
border-color css
<style>
span { border-color: #5DFEEA; }
span { border-color: rgb(93,254,234); }
td.TdClassName
{
border-color: #5DFEEA;
}
.TagClassName
{
border-color: #5DFEEA;
}
</style>