Shades of Baby Blue #57FCF2
Tints of Baby Blue #57FCF2
RGB
CMYK
RGB Variations
Color information
#57FCF2 (or 0x57FCF2) is known color: Baby Blue. HEX triplet: 57, FC and F2. RGB value is (87,252,242). Sum of RGB (Red+Green+Blue) = 87+252+242=581 (76% of max value = 765). Red value is 87 (34.38% from 255 or 14.97% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FCF2 is #A8030D. Grayscale: #C9C9C9. Windows color (decimal): -11010830 or 15924311. OLE color: 15924311.
HSL color Cylindrical-coordinate representation of color #57FCF2: hue angle of 176.36º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FCF2 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 252 | 242 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.01 |
| HSL | 176.36º | 0.96% | 0.66% | - |
| HSV(B) | 176.36º | 0.65% | 0.99% | - |
| XYZ | 54.77 | 78.06 | 96.18 | - |
| YUV | 201.53 | 150.84 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 252 | 242 | 0.65 | 0 | 0.04 | 0.01 | 176.36 | 0.96 | 0.66 |
| Hex | 57 | FC | F2 | 41 | 0 | 4 | 1 | B0 | 60 | 42 |
| Octal | 127 | 374 | 362 | 101 | 0 | 4 | 1 | 260 | 140 | 102 |
| Binary | 1010111 | 11111100 | 11110010 | 1000001 | 0 | 100 | 1 | 10110000 | 1100000 | 1000010 |
Color Harmonies of #57FCF2
Complementary color
Monochromatic Colors of #57FCF2
Black with #57FCF2
Text Example
Text Example
White with #57FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FCF2; }
p { color: rgb(87,252,242); }
H1.HeaderClassName
{
color: #57FCF2;
}
.AnyTagClassName
{
color: #57FCF2;
}
</style>
background-color css
<style>
a { background-color: #57FCF2; }
a { background-color: rgb(87,252,242); }
div.DivClassName
{
background-color: #57FCF2;
}
.BgClassName
{
background-color: #57FCF2;
}
</style>
border-color css
<style>
span { border-color: #57FCF2; }
span { border-color: rgb(87,252,242); }
td.TdClassName
{
border-color: #57FCF2;
}
.TagClassName
{
border-color: #57FCF2;
}
</style>