Shades of Baby Blue #57FFF7
Tints of Baby Blue #57FFF7
RGB
CMYK
RGB Variations
Color information
#57FFF7 (or 0x57FFF7) is known color: Baby Blue. HEX triplet: 57, FF and F7. RGB value is (87,255,247). Sum of RGB (Red+Green+Blue) = 87+255+247=589 (78% of max value = 765). Red value is 87 (34.38% from 255 or 14.77% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FFF7 is #A80008. Grayscale: #CBCBCB. Windows color (decimal): -11010057 or 16252759. OLE color: 16252759.
HSL color Cylindrical-coordinate representation of color #57FFF7: hue angle of 177.14º 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 #57FFF7 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 247 | - |
| CMYK | 0.66 | 0 | 0.03 | 0 |
| HSL | 177.14º | 1% | 0.67% | - |
| HSV(B) | 177.14º | 0.66% | 1% | - |
| XYZ | 56.48 | 80.26 | 100.51 | - |
| YUV | 203.86 | 152.34 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 247 | 0.66 | 0 | 0.03 | 0 | 177.14 | 1 | 0.67 |
| Hex | 57 | FF | F7 | 42 | 0 | 3 | 0 | B1 | 64 | 43 |
| Octal | 127 | 377 | 367 | 102 | 0 | 3 | 0 | 261 | 144 | 103 |
| Binary | 1010111 | 11111111 | 11110111 | 1000010 | 0 | 11 | 0 | 10110001 | 1100100 | 1000011 |
Color Harmonies of #57FFF7
Complementary color
Monochromatic Colors of #57FFF7
Black with #57FFF7
Text Example
Text Example
White with #57FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFF7; }
p { color: rgb(87,255,247); }
H1.HeaderClassName
{
color: #57FFF7;
}
.AnyTagClassName
{
color: #57FFF7;
}
</style>
background-color css
<style>
a { background-color: #57FFF7; }
a { background-color: rgb(87,255,247); }
div.DivClassName
{
background-color: #57FFF7;
}
.BgClassName
{
background-color: #57FFF7;
}
</style>
border-color css
<style>
span { border-color: #57FFF7; }
span { border-color: rgb(87,255,247); }
td.TdClassName
{
border-color: #57FFF7;
}
.TagClassName
{
border-color: #57FFF7;
}
</style>