Shades of Baby Blue #5DFEEF
Tints of Baby Blue #5DFEEF
RGB
CMYK
RGB Variations
Color information
#5DFEEF (or 0x5DFEEF) is known color: Baby Blue. HEX triplet: 5D, FE and EF. RGB value is (93,254,239). Sum of RGB (Red+Green+Blue) = 93+254+239=586 (77% of max value = 765). Red value is 93 (36.72% from 255 or 15.87% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFEEF is #A20110. Grayscale: #CCCCCC. Windows color (decimal): -10617105 or 15728221. OLE color: 15728221.
HSL color Cylindrical-coordinate representation of color #5DFEEF: hue angle of 174.41º 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 #5DFEEF is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 239 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.00 |
| HSL | 174.41º | 0.99% | 0.68% | - |
| HSV(B) | 174.41º | 0.63% | 1% | - |
| XYZ | 55.54 | 79.44 | 94.07 | - |
| YUV | 204.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 239 | 0.63 | 0 | 0.06 | 0.00 | 174.41 | 0.99 | 0.68 |
| Hex | 5D | FE | EF | 3F | 0 | 6 | 0 | AE | 63 | 44 |
| Octal | 135 | 376 | 357 | 77 | 0 | 6 | 0 | 256 | 143 | 104 |
| Binary | 1011101 | 11111110 | 11101111 | 111111 | 0 | 110 | 0 | 10101110 | 1100011 | 1000100 |
Color Harmonies of #5DFEEF
Complementary color
Monochromatic Colors of #5DFEEF
Black with #5DFEEF
Text Example
Text Example
White with #5DFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFEEF; }
p { color: rgb(93,254,239); }
H1.HeaderClassName
{
color: #5DFEEF;
}
.AnyTagClassName
{
color: #5DFEEF;
}
</style>
background-color css
<style>
a { background-color: #5DFEEF; }
a { background-color: rgb(93,254,239); }
div.DivClassName
{
background-color: #5DFEEF;
}
.BgClassName
{
background-color: #5DFEEF;
}
</style>
border-color css
<style>
span { border-color: #5DFEEF; }
span { border-color: rgb(93,254,239); }
td.TdClassName
{
border-color: #5DFEEF;
}
.TagClassName
{
border-color: #5DFEEF;
}
</style>