Shades of Baby Blue #57FFF0
Tints of Baby Blue #57FFF0
RGB
CMYK
RGB Variations
Color information
#57FFF0 (or 0x57FFF0) is known color: Baby Blue. HEX triplet: 57, FF and F0. RGB value is (87,255,240). Sum of RGB (Red+Green+Blue) = 87+255+240=582 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.95% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FFF0 is #A8000F. Grayscale: #CACACA. Windows color (decimal): -11010064 or 15794007. OLE color: 15794007.
HSL color Cylindrical-coordinate representation of color #57FFF0: hue angle of 174.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FFF0 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 240 | - |
| CMYK | 0.66 | 0 | 0.06 | 0 |
| HSL | 174.64º | 1% | 0.67% | - |
| HSV(B) | 174.64º | 0.66% | 1% | - |
| XYZ | 55.42 | 79.84 | 94.93 | - |
| YUV | 203.06 | 148.84 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 240 | 0.66 | 0 | 0.06 | 0 | 174.64 | 1 | 0.67 |
| Hex | 57 | FF | F0 | 42 | 0 | 6 | 0 | AF | 64 | 43 |
| Octal | 127 | 377 | 360 | 102 | 0 | 6 | 0 | 257 | 144 | 103 |
| Binary | 1010111 | 11111111 | 11110000 | 1000010 | 0 | 110 | 0 | 10101111 | 1100100 | 1000011 |
Color Harmonies of #57FFF0
Complementary color
Monochromatic Colors of #57FFF0
Black with #57FFF0
Text Example
Text Example
White with #57FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFF0; }
p { color: rgb(87,255,240); }
H1.HeaderClassName
{
color: #57FFF0;
}
.AnyTagClassName
{
color: #57FFF0;
}
</style>
background-color css
<style>
a { background-color: #57FFF0; }
a { background-color: rgb(87,255,240); }
div.DivClassName
{
background-color: #57FFF0;
}
.BgClassName
{
background-color: #57FFF0;
}
</style>
border-color css
<style>
span { border-color: #57FFF0; }
span { border-color: rgb(87,255,240); }
td.TdClassName
{
border-color: #57FFF0;
}
.TagClassName
{
border-color: #57FFF0;
}
</style>