Shades of Baby Blue #57FEF7
Tints of Baby Blue #57FEF7
RGB
CMYK
RGB Variations
Color information
#57FEF7 (or 0x57FEF7) is known color: Baby Blue. HEX triplet: 57, FE and F7. RGB value is (87,254,247). Sum of RGB (Red+Green+Blue) = 87+254+247=588 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.80% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #57FEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FEF7 is #A80108. Grayscale: #CBCBCB. Windows color (decimal): -11010313 or 16252503. OLE color: 16252503.
HSL color Cylindrical-coordinate representation of color #57FEF7: hue angle of 177.49º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FEF7 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 247 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.00 |
| HSL | 177.49º | 0.99% | 0.67% | - |
| HSV(B) | 177.49º | 0.66% | 1% | - |
| XYZ | 56.16 | 79.63 | 100.4 | - |
| YUV | 203.27 | 152.67 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 247 | 0.66 | 0 | 0.03 | 0.00 | 177.49 | 0.99 | 0.67 |
| Hex | 57 | FE | F7 | 42 | 0 | 3 | 0 | B1 | 63 | 43 |
| Octal | 127 | 376 | 367 | 102 | 0 | 3 | 0 | 261 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11110111 | 1000010 | 0 | 11 | 0 | 10110001 | 1100011 | 1000011 |
Color Harmonies of #57FEF7
Complementary color
Monochromatic Colors of #57FEF7
Black with #57FEF7
Text Example
Text Example
White with #57FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FEF7; }
p { color: rgb(87,254,247); }
H1.HeaderClassName
{
color: #57FEF7;
}
.AnyTagClassName
{
color: #57FEF7;
}
</style>
background-color css
<style>
a { background-color: #57FEF7; }
a { background-color: rgb(87,254,247); }
div.DivClassName
{
background-color: #57FEF7;
}
.BgClassName
{
background-color: #57FEF7;
}
</style>
border-color css
<style>
span { border-color: #57FEF7; }
span { border-color: rgb(87,254,247); }
td.TdClassName
{
border-color: #57FEF7;
}
.TagClassName
{
border-color: #57FEF7;
}
</style>