Shades of Baby Blue #57FEF6
Tints of Baby Blue #57FEF6
RGB
CMYK
RGB Variations
Color information
#57FEF6 (or 0x57FEF6) is known color: Baby Blue. HEX triplet: 57, FE and F6. RGB value is (87,254,246). Sum of RGB (Red+Green+Blue) = 87+254+246=587 (77% of max value = 765). Red value is 87 (34.38% from 255 or 14.82% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #57FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FEF6 is #A80109. Grayscale: #CBCBCB. Windows color (decimal): -11010314 or 16186967. OLE color: 16186967.
HSL color Cylindrical-coordinate representation of color #57FEF6: hue angle of 177.13º 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 #57FEF6 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 246 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.00 |
| HSL | 177.13º | 0.99% | 0.67% | - |
| HSV(B) | 177.13º | 0.66% | 1% | - |
| XYZ | 56.01 | 79.56 | 99.59 | - |
| YUV | 203.16 | 152.17 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 246 | 0.66 | 0 | 0.03 | 0.00 | 177.13 | 0.99 | 0.67 |
| Hex | 57 | FE | F6 | 42 | 0 | 3 | 0 | B1 | 63 | 43 |
| Octal | 127 | 376 | 366 | 102 | 0 | 3 | 0 | 261 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11110110 | 1000010 | 0 | 11 | 0 | 10110001 | 1100011 | 1000011 |
Color Harmonies of #57FEF6
Complementary color
Monochromatic Colors of #57FEF6
Black with #57FEF6
Text Example
Text Example
White with #57FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FEF6; }
p { color: rgb(87,254,246); }
H1.HeaderClassName
{
color: #57FEF6;
}
.AnyTagClassName
{
color: #57FEF6;
}
</style>
background-color css
<style>
a { background-color: #57FEF6; }
a { background-color: rgb(87,254,246); }
div.DivClassName
{
background-color: #57FEF6;
}
.BgClassName
{
background-color: #57FEF6;
}
</style>
border-color css
<style>
span { border-color: #57FEF6; }
span { border-color: rgb(87,254,246); }
td.TdClassName
{
border-color: #57FEF6;
}
.TagClassName
{
border-color: #57FEF6;
}
</style>