Shades of Baby Blue #57FEF0
Tints of Baby Blue #57FEF0
RGB
CMYK
RGB Variations
Color information
#57FEF0 (or 0x57FEF0) is known color: Baby Blue. HEX triplet: 57, FE and F0. RGB value is (87,254,240). Sum of RGB (Red+Green+Blue) = 87+254+240=581 (76% of max value = 765). Red value is 87 (34.38% from 255 or 14.97% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #57FEF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FEF0 is #A8010F. Grayscale: #CACACA. Windows color (decimal): -11010320 or 15793751. OLE color: 15793751.
HSL color Cylindrical-coordinate representation of color #57FEF0: hue angle of 174.97º 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 #57FEF0 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 240 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.00 |
| HSL | 174.97º | 0.99% | 0.67% | - |
| HSV(B) | 174.97º | 0.66% | 1% | - |
| XYZ | 55.1 | 79.2 | 94.82 | - |
| YUV | 202.47 | 149.17 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 240 | 0.66 | 0 | 0.06 | 0.00 | 174.97 | 0.99 | 0.67 |
| Hex | 57 | FE | F0 | 42 | 0 | 6 | 0 | AF | 63 | 43 |
| Octal | 127 | 376 | 360 | 102 | 0 | 6 | 0 | 257 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11110000 | 1000010 | 0 | 110 | 0 | 10101111 | 1100011 | 1000011 |
Color Harmonies of #57FEF0
Complementary color
Monochromatic Colors of #57FEF0
Black with #57FEF0
Text Example
Text Example
White with #57FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FEF0; }
p { color: rgb(87,254,240); }
H1.HeaderClassName
{
color: #57FEF0;
}
.AnyTagClassName
{
color: #57FEF0;
}
</style>
background-color css
<style>
a { background-color: #57FEF0; }
a { background-color: rgb(87,254,240); }
div.DivClassName
{
background-color: #57FEF0;
}
.BgClassName
{
background-color: #57FEF0;
}
</style>
border-color css
<style>
span { border-color: #57FEF0; }
span { border-color: rgb(87,254,240); }
td.TdClassName
{
border-color: #57FEF0;
}
.TagClassName
{
border-color: #57FEF0;
}
</style>