Shades of Baby Blue #57FCFC
Tints of Baby Blue #57FCFC
RGB
CMYK
RGB Variations
Color information
#57FCFC (or 0x57FCFC) is known color: Baby Blue. HEX triplet: 57, FC and FC. RGB value is (87,252,252). Sum of RGB (Red+Green+Blue) = 87+252+252=591 (78% of max value = 765). Red value is 87 (34.38% from 255 or 14.72% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #57FCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FCFC is #A80303. Grayscale: #CACACA. Windows color (decimal): -11010820 or 16579671. OLE color: 16579671.
HSL color Cylindrical-coordinate representation of color #57FCFC: hue angle of 180º 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 #57FCFC is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 252 | 252 | - |
| CMYK | 0.65 | 0 | 0 | 0.01 |
| HSL | 180º | 0.96% | 0.66% | - |
| HSV(B) | 180º | 0.65% | 0.99% | - |
| XYZ | 56.31 | 78.68 | 104.31 | - |
| YUV | 202.67 | 155.84 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 252 | 252 | 0.65 | 0 | 0 | 0.01 | 180 | 0.96 | 0.66 |
| Hex | 57 | FC | FC | 41 | 0 | 0 | 1 | B4 | 60 | 42 |
| Octal | 127 | 374 | 374 | 101 | 0 | 0 | 1 | 264 | 140 | 102 |
| Binary | 1010111 | 11111100 | 11111100 | 1000001 | 0 | 0 | 1 | 10110100 | 1100000 | 1000010 |
Color Harmonies of #57FCFC
Complementary color
Monochromatic Colors of #57FCFC
Black with #57FCFC
Text Example
Text Example
White with #57FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FCFC; }
p { color: rgb(87,252,252); }
H1.HeaderClassName
{
color: #57FCFC;
}
.AnyTagClassName
{
color: #57FCFC;
}
</style>
background-color css
<style>
a { background-color: #57FCFC; }
a { background-color: rgb(87,252,252); }
div.DivClassName
{
background-color: #57FCFC;
}
.BgClassName
{
background-color: #57FCFC;
}
</style>
border-color css
<style>
span { border-color: #57FCFC; }
span { border-color: rgb(87,252,252); }
td.TdClassName
{
border-color: #57FCFC;
}
.TagClassName
{
border-color: #57FCFC;
}
</style>