Shades of Baby Blue #57FFFA
Tints of Baby Blue #57FFFA
RGB
CMYK
RGB Variations
Color information
#57FFFA (or 0x57FFFA) is known color: Baby Blue. HEX triplet: 57, FF and FA. RGB value is (87,255,250). Sum of RGB (Red+Green+Blue) = 87+255+250=592 (78% of max value = 765). Red value is 87 (34.38% from 255 or 14.70% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FFFA is #A80005. Grayscale: #CCCCCC. Windows color (decimal): -11010054 or 16449367. OLE color: 16449367.
HSL color Cylindrical-coordinate representation of color #57FFFA: hue angle of 178.21º 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 #57FFFA is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 250 | - |
| CMYK | 0.66 | 0 | 0.02 | 0 |
| HSL | 178.21º | 1% | 0.67% | - |
| HSV(B) | 178.21º | 0.66% | 1% | - |
| XYZ | 56.95 | 80.45 | 102.97 | - |
| YUV | 204.2 | 153.84 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 250 | 0.66 | 0 | 0.02 | 0 | 178.21 | 1 | 0.67 |
| Hex | 57 | FF | FA | 42 | 0 | 2 | 0 | B2 | 64 | 43 |
| Octal | 127 | 377 | 372 | 102 | 0 | 2 | 0 | 262 | 144 | 103 |
| Binary | 1010111 | 11111111 | 11111010 | 1000010 | 0 | 10 | 0 | 10110010 | 1100100 | 1000011 |
Color Harmonies of #57FFFA
Complementary color
Monochromatic Colors of #57FFFA
Black with #57FFFA
Text Example
Text Example
White with #57FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFFA; }
p { color: rgb(87,255,250); }
H1.HeaderClassName
{
color: #57FFFA;
}
.AnyTagClassName
{
color: #57FFFA;
}
</style>
background-color css
<style>
a { background-color: #57FFFA; }
a { background-color: rgb(87,255,250); }
div.DivClassName
{
background-color: #57FFFA;
}
.BgClassName
{
background-color: #57FFFA;
}
</style>
border-color css
<style>
span { border-color: #57FFFA; }
span { border-color: rgb(87,255,250); }
td.TdClassName
{
border-color: #57FFFA;
}
.TagClassName
{
border-color: #57FFFA;
}
</style>