Shades of Baby Blue #5DFEE9
Tints of Baby Blue #5DFEE9
RGB
CMYK
RGB Variations
Color information
#5DFEE9 (or 0x5DFEE9) is known color: Baby Blue. HEX triplet: 5D, FE and E9. RGB value is (93,254,233). Sum of RGB (Red+Green+Blue) = 93+254+233=580 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.03% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFEE9 is #A20116. Grayscale: #CBCBCB. Windows color (decimal): -10617111 or 15335005. OLE color: 15335005.
HSL color Cylindrical-coordinate representation of color #5DFEE9: hue angle of 172.17º 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 #5DFEE9 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 233 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.00 |
| HSL | 172.17º | 0.99% | 0.68% | - |
| HSV(B) | 172.17º | 0.63% | 1% | - |
| XYZ | 54.66 | 79.09 | 89.48 | - |
| YUV | 203.47 | 144.66 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 233 | 0.63 | 0 | 0.08 | 0.00 | 172.17 | 0.99 | 0.68 |
| Hex | 5D | FE | E9 | 3F | 0 | 8 | 0 | AC | 63 | 44 |
| Octal | 135 | 376 | 351 | 77 | 0 | 10 | 0 | 254 | 143 | 104 |
| Binary | 1011101 | 11111110 | 11101001 | 111111 | 0 | 1000 | 0 | 10101100 | 1100011 | 1000100 |
Color Harmonies of #5DFEE9
Complementary color
Monochromatic Colors of #5DFEE9
Black with #5DFEE9
Text Example
Text Example
White with #5DFEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFEE9; }
p { color: rgb(93,254,233); }
H1.HeaderClassName
{
color: #5DFEE9;
}
.AnyTagClassName
{
color: #5DFEE9;
}
</style>
background-color css
<style>
a { background-color: #5DFEE9; }
a { background-color: rgb(93,254,233); }
div.DivClassName
{
background-color: #5DFEE9;
}
.BgClassName
{
background-color: #5DFEE9;
}
</style>
border-color css
<style>
span { border-color: #5DFEE9; }
span { border-color: rgb(93,254,233); }
td.TdClassName
{
border-color: #5DFEE9;
}
.TagClassName
{
border-color: #5DFEE9;
}
</style>