Shades of Baby Blue #5DFFEE
Tints of Baby Blue #5DFFEE
RGB
CMYK
RGB Variations
Color information
#5DFFEE (or 0x5DFFEE) is known color: Baby Blue. HEX triplet: 5D, FF and EE. RGB value is (93,255,238). Sum of RGB (Red+Green+Blue) = 93+255+238=586 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.87% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFFEE is #A20011. Grayscale: #CCCCCC. Windows color (decimal): -10616850 or 15662941. OLE color: 15662941.
HSL color Cylindrical-coordinate representation of color #5DFFEE: hue angle of 173.7º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFEE is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 238 | - |
| CMYK | 0.64 | 0 | 0.07 | 0 |
| HSL | 173.7º | 1% | 0.68% | - |
| HSV(B) | 173.7º | 0.64% | 1% | - |
| XYZ | 55.71 | 80.02 | 93.4 | - |
| YUV | 204.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 238 | 0.64 | 0 | 0.07 | 0 | 173.7 | 1 | 0.68 |
| Hex | 5D | FF | EE | 40 | 0 | 7 | 0 | AE | 64 | 44 |
| Octal | 135 | 377 | 356 | 100 | 0 | 7 | 0 | 256 | 144 | 104 |
| Binary | 1011101 | 11111111 | 11101110 | 1000000 | 0 | 111 | 0 | 10101110 | 1100100 | 1000100 |
Color Harmonies of #5DFFEE
Complementary color
Monochromatic Colors of #5DFFEE
Black with #5DFFEE
Text Example
Text Example
White with #5DFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFEE; }
p { color: rgb(93,255,238); }
H1.HeaderClassName
{
color: #5DFFEE;
}
.AnyTagClassName
{
color: #5DFFEE;
}
</style>
background-color css
<style>
a { background-color: #5DFFEE; }
a { background-color: rgb(93,255,238); }
div.DivClassName
{
background-color: #5DFFEE;
}
.BgClassName
{
background-color: #5DFFEE;
}
</style>
border-color css
<style>
span { border-color: #5DFFEE; }
span { border-color: rgb(93,255,238); }
td.TdClassName
{
border-color: #5DFFEE;
}
.TagClassName
{
border-color: #5DFFEE;
}
</style>