Shades of Baby Blue #57F3EF
Tints of Baby Blue #57F3EF
RGB
CMYK
RGB Variations
Color information
#57F3EF (or 0x57F3EF) is known color: Baby Blue. HEX triplet: 57, F3 and EF. RGB value is (87,243,239). Sum of RGB (Red+Green+Blue) = 87+243+239=569 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.29% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #57F3EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F3EF is #A80C10. Grayscale: #C3C3C3. Windows color (decimal): -11013137 or 15725399. OLE color: 15725399.
HSL color Cylindrical-coordinate representation of color #57F3EF: hue angle of 178.46º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F3EF is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 243 | 239 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.05 |
| HSL | 178.46º | 0.87% | 0.65% | - |
| HSV(B) | 178.46º | 0.64% | 0.95% | - |
| XYZ | 51.56 | 72.36 | 92.91 | - |
| YUV | 195.9 | 152.32 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 243 | 239 | 0.64 | 0 | 0.02 | 0.05 | 178.46 | 0.87 | 0.65 |
| Hex | 57 | F3 | EF | 40 | 0 | 2 | 5 | B2 | 57 | 41 |
| Octal | 127 | 363 | 357 | 100 | 0 | 2 | 5 | 262 | 127 | 101 |
| Binary | 1010111 | 11110011 | 11101111 | 1000000 | 0 | 10 | 101 | 10110010 | 1010111 | 1000001 |
Color Harmonies of #57F3EF
Complementary color
Monochromatic Colors of #57F3EF
Black with #57F3EF
Text Example
Text Example
White with #57F3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F3EF; }
p { color: rgb(87,243,239); }
H1.HeaderClassName
{
color: #57F3EF;
}
.AnyTagClassName
{
color: #57F3EF;
}
</style>
background-color css
<style>
a { background-color: #57F3EF; }
a { background-color: rgb(87,243,239); }
div.DivClassName
{
background-color: #57F3EF;
}
.BgClassName
{
background-color: #57F3EF;
}
</style>
border-color css
<style>
span { border-color: #57F3EF; }
span { border-color: rgb(87,243,239); }
td.TdClassName
{
border-color: #57F3EF;
}
.TagClassName
{
border-color: #57F3EF;
}
</style>