Shades of Baby Blue #57FFFF
Tints of Baby Blue #57FFFF
RGB
CMYK
RGB Variations
Color information
#57FFFF (or 0x57FFFF) is known color: Baby Blue. HEX triplet: 57, FF and FF. RGB value is (87,255,255). Sum of RGB (Red+Green+Blue) = 87+255+255=597 (79% of max value = 765). Red value is 87 (34.38% from 255 or 14.57% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #57FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FFFF is #A80000. Grayscale: #CCCCCC. Windows color (decimal): -11010049 or 16777047. OLE color: 16777047.
HSL color Cylindrical-coordinate representation of color #57FFFF: hue angle of 180º 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 #57FFFF is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 255 | - |
| CMYK | 0.66 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.67% | - |
| HSV(B) | 180º | 0.66% | 1% | - |
| XYZ | 57.74 | 80.77 | 107.15 | - |
| YUV | 204.77 | 156.34 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 255 | 0.66 | 0 | 0 | 0 | 180 | 1 | 0.67 |
| Hex | 57 | FF | FF | 42 | 0 | 0 | 0 | B4 | 64 | 43 |
| Octal | 127 | 377 | 377 | 102 | 0 | 0 | 0 | 264 | 144 | 103 |
| Binary | 1010111 | 11111111 | 11111111 | 1000010 | 0 | 0 | 0 | 10110100 | 1100100 | 1000011 |
Color Harmonies of #57FFFF
Complementary color
Monochromatic Colors of #57FFFF
Black with #57FFFF
Text Example
Text Example
White with #57FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFFF; }
p { color: rgb(87,255,255); }
H1.HeaderClassName
{
color: #57FFFF;
}
.AnyTagClassName
{
color: #57FFFF;
}
</style>
background-color css
<style>
a { background-color: #57FFFF; }
a { background-color: rgb(87,255,255); }
div.DivClassName
{
background-color: #57FFFF;
}
.BgClassName
{
background-color: #57FFFF;
}
</style>
border-color css
<style>
span { border-color: #57FFFF; }
span { border-color: rgb(87,255,255); }
td.TdClassName
{
border-color: #57FFFF;
}
.TagClassName
{
border-color: #57FFFF;
}
</style>