Shades of Baby Blue #57FEED
Tints of Baby Blue #57FEED
RGB
CMYK
RGB Variations
Color information
#57FEED (or 0x57FEED) is known color: Baby Blue. HEX triplet: 57, FE and ED. RGB value is (87,254,237). Sum of RGB (Red+Green+Blue) = 87+254+237=578 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.05% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #57FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FEED is #A80112. Grayscale: #CACACA. Windows color (decimal): -11010323 or 15597143. OLE color: 15597143.
HSL color Cylindrical-coordinate representation of color #57FEED: hue angle of 173.89º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FEED is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 237 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.00 |
| HSL | 173.89º | 0.99% | 0.67% | - |
| HSV(B) | 173.89º | 0.66% | 1% | - |
| XYZ | 54.66 | 79.02 | 92.49 | - |
| YUV | 202.13 | 147.67 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 237 | 0.66 | 0 | 0.07 | 0.00 | 173.89 | 0.99 | 0.67 |
| Hex | 57 | FE | ED | 42 | 0 | 7 | 0 | AE | 63 | 43 |
| Octal | 127 | 376 | 355 | 102 | 0 | 7 | 0 | 256 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11101101 | 1000010 | 0 | 111 | 0 | 10101110 | 1100011 | 1000011 |
Color Harmonies of #57FEED
Complementary color
Monochromatic Colors of #57FEED
Black with #57FEED
Text Example
Text Example
White with #57FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FEED; }
p { color: rgb(87,254,237); }
H1.HeaderClassName
{
color: #57FEED;
}
.AnyTagClassName
{
color: #57FEED;
}
</style>
background-color css
<style>
a { background-color: #57FEED; }
a { background-color: rgb(87,254,237); }
div.DivClassName
{
background-color: #57FEED;
}
.BgClassName
{
background-color: #57FEED;
}
</style>
border-color css
<style>
span { border-color: #57FEED; }
span { border-color: rgb(87,254,237); }
td.TdClassName
{
border-color: #57FEED;
}
.TagClassName
{
border-color: #57FEED;
}
</style>