Shades of Baby Blue #57FDE5
Tints of Baby Blue #57FDE5
RGB
CMYK
RGB Variations
Color information
#57FDE5 (or 0x57FDE5) is known color: Baby Blue. HEX triplet: 57, FD and E5. RGB value is (87,253,229). Sum of RGB (Red+Green+Blue) = 87+253+229=569 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.29% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #57FDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FDE5 is #A8021A. Grayscale: #C8C8C8. Windows color (decimal): -11010587 or 15072599. OLE color: 15072599.
HSL color Cylindrical-coordinate representation of color #57FDE5: hue angle of 171.33º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FDE5 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 253 | 229 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.01 |
| HSL | 171.33º | 0.98% | 0.67% | - |
| HSV(B) | 171.33º | 0.66% | 0.99% | - |
| XYZ | 53.2 | 77.93 | 86.37 | - |
| YUV | 200.63 | 144 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 253 | 229 | 0.66 | 0 | 0.09 | 0.01 | 171.33 | 0.98 | 0.67 |
| Hex | 57 | FD | E5 | 42 | 0 | 9 | 1 | AB | 62 | 43 |
| Octal | 127 | 375 | 345 | 102 | 0 | 11 | 1 | 253 | 142 | 103 |
| Binary | 1010111 | 11111101 | 11100101 | 1000010 | 0 | 1001 | 1 | 10101011 | 1100010 | 1000011 |
Color Harmonies of #57FDE5
Complementary color
Monochromatic Colors of #57FDE5
Black with #57FDE5
Text Example
Text Example
White with #57FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FDE5; }
p { color: rgb(87,253,229); }
H1.HeaderClassName
{
color: #57FDE5;
}
.AnyTagClassName
{
color: #57FDE5;
}
</style>
background-color css
<style>
a { background-color: #57FDE5; }
a { background-color: rgb(87,253,229); }
div.DivClassName
{
background-color: #57FDE5;
}
.BgClassName
{
background-color: #57FDE5;
}
</style>
border-color css
<style>
span { border-color: #57FDE5; }
span { border-color: rgb(87,253,229); }
td.TdClassName
{
border-color: #57FDE5;
}
.TagClassName
{
border-color: #57FDE5;
}
</style>