Shades of Baby Blue #5DFEE7
Tints of Baby Blue #5DFEE7
RGB
CMYK
RGB Variations
Color information
#5DFEE7 (or 0x5DFEE7) is known color: Baby Blue. HEX triplet: 5D, FE and E7. RGB value is (93,254,231). Sum of RGB (Red+Green+Blue) = 93+254+231=578 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.09% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DFEE7 is #A20118. Grayscale: #CBCBCB. Windows color (decimal): -10617113 or 15203933. OLE color: 15203933.
HSL color Cylindrical-coordinate representation of color #5DFEE7: hue angle of 171.43º 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 #5DFEE7 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 231 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.00 |
| HSL | 171.43º | 0.99% | 0.68% | - |
| HSV(B) | 171.43º | 0.63% | 1% | - |
| XYZ | 54.38 | 78.98 | 87.98 | - |
| YUV | 203.24 | 143.66 | 49.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 231 | 0.63 | 0 | 0.09 | 0.00 | 171.43 | 0.99 | 0.68 |
| Hex | 5D | FE | E7 | 3F | 0 | 9 | 0 | AB | 63 | 44 |
| Octal | 135 | 376 | 347 | 77 | 0 | 11 | 0 | 253 | 143 | 104 |
| Binary | 1011101 | 11111110 | 11100111 | 111111 | 0 | 1001 | 0 | 10101011 | 1100011 | 1000100 |
Color Harmonies of #5DFEE7
Complementary color
Monochromatic Colors of #5DFEE7
Black with #5DFEE7
Text Example
Text Example
White with #5DFEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFEE7; }
p { color: rgb(93,254,231); }
H1.HeaderClassName
{
color: #5DFEE7;
}
.AnyTagClassName
{
color: #5DFEE7;
}
</style>
background-color css
<style>
a { background-color: #5DFEE7; }
a { background-color: rgb(93,254,231); }
div.DivClassName
{
background-color: #5DFEE7;
}
.BgClassName
{
background-color: #5DFEE7;
}
</style>
border-color css
<style>
span { border-color: #5DFEE7; }
span { border-color: rgb(93,254,231); }
td.TdClassName
{
border-color: #5DFEE7;
}
.TagClassName
{
border-color: #5DFEE7;
}
</style>