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