Shades of Baby Blue #57FAF3
Tints of Baby Blue #57FAF3
RGB
CMYK
RGB Variations
Color information
#57FAF3 (or 0x57FAF3) is known color: Baby Blue. HEX triplet: 57, FA and F3. RGB value is (87,250,243). Sum of RGB (Red+Green+Blue) = 87+250+243=580 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #57FAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FAF3 is #A8050C. Grayscale: #C8C8C8. Windows color (decimal): -11011341 or 15989335. OLE color: 15989335.
HSL color Cylindrical-coordinate representation of color #57FAF3: hue angle of 177.42º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FAF3 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 250 | 243 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.02 |
| HSL | 177.42º | 0.94% | 0.66% | - |
| HSV(B) | 177.42º | 0.65% | 0.98% | - |
| XYZ | 54.29 | 76.87 | 96.77 | - |
| YUV | 200.47 | 152 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 250 | 243 | 0.65 | 0 | 0.03 | 0.02 | 177.42 | 0.94 | 0.66 |
| Hex | 57 | FA | F3 | 41 | 0 | 3 | 2 | B1 | 5E | 42 |
| Octal | 127 | 372 | 363 | 101 | 0 | 3 | 2 | 261 | 136 | 102 |
| Binary | 1010111 | 11111010 | 11110011 | 1000001 | 0 | 11 | 10 | 10110001 | 1011110 | 1000010 |
Color Harmonies of #57FAF3
Complementary color
Monochromatic Colors of #57FAF3
Black with #57FAF3
Text Example
Text Example
White with #57FAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FAF3; }
p { color: rgb(87,250,243); }
H1.HeaderClassName
{
color: #57FAF3;
}
.AnyTagClassName
{
color: #57FAF3;
}
</style>
background-color css
<style>
a { background-color: #57FAF3; }
a { background-color: rgb(87,250,243); }
div.DivClassName
{
background-color: #57FAF3;
}
.BgClassName
{
background-color: #57FAF3;
}
</style>
border-color css
<style>
span { border-color: #57FAF3; }
span { border-color: rgb(87,250,243); }
td.TdClassName
{
border-color: #57FAF3;
}
.TagClassName
{
border-color: #57FAF3;
}
</style>