Shades of Baby Blue #5DF4F0
Tints of Baby Blue #5DF4F0
RGB
CMYK
RGB Variations
Color information
#5DF4F0 (or 0x5DF4F0) is known color: Baby Blue. HEX triplet: 5D, F4 and F0. RGB value is (93,244,240). Sum of RGB (Red+Green+Blue) = 93+244+240=577 (76% of max value = 765). Red value is 93 (36.72% from 255 or 16.12% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #5DF4F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DF4F0 is #A20B0F. Grayscale: #C6C6C6. Windows color (decimal): -10619664 or 15791197. OLE color: 15791197.
HSL color Cylindrical-coordinate representation of color #5DF4F0: hue angle of 178.41º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF4F0 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 244 | 240 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.04 |
| HSL | 178.41º | 0.87% | 0.66% | - |
| HSV(B) | 178.41º | 0.62% | 0.96% | - |
| XYZ | 52.59 | 73.32 | 93.82 | - |
| YUV | 198.4 | 151.47 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 244 | 240 | 0.62 | 0 | 0.02 | 0.04 | 178.41 | 0.87 | 0.66 |
| Hex | 5D | F4 | F0 | 3E | 0 | 2 | 4 | B2 | 57 | 42 |
| Octal | 135 | 364 | 360 | 76 | 0 | 2 | 4 | 262 | 127 | 102 |
| Binary | 1011101 | 11110100 | 11110000 | 111110 | 0 | 10 | 100 | 10110010 | 1010111 | 1000010 |
Color Harmonies of #5DF4F0
Complementary color
Monochromatic Colors of #5DF4F0
Black with #5DF4F0
Text Example
Text Example
White with #5DF4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF4F0; }
p { color: rgb(93,244,240); }
H1.HeaderClassName
{
color: #5DF4F0;
}
.AnyTagClassName
{
color: #5DF4F0;
}
</style>
background-color css
<style>
a { background-color: #5DF4F0; }
a { background-color: rgb(93,244,240); }
div.DivClassName
{
background-color: #5DF4F0;
}
.BgClassName
{
background-color: #5DF4F0;
}
</style>
border-color css
<style>
span { border-color: #5DF4F0; }
span { border-color: rgb(93,244,240); }
td.TdClassName
{
border-color: #5DF4F0;
}
.TagClassName
{
border-color: #5DF4F0;
}
</style>