Shades of Baby Blue #57EFF8
Tints of Baby Blue #57EFF8
RGB
CMYK
RGB Variations
Color information
#57EFF8 (or 0x57EFF8) is known color: Baby Blue. HEX triplet: 57, EF and F8. RGB value is (87,239,248). Sum of RGB (Red+Green+Blue) = 87+239+248=574 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.16% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #57EFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EFF8 is #A81007. Grayscale: #C2C2C2. Windows color (decimal): -11014152 or 16314199. OLE color: 16314199.
HSL color Cylindrical-coordinate representation of color #57EFF8: hue angle of 183.35º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57EFF8 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 87 | 239 | 248 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.03 |
| HSL | 183.35º | 0.92% | 0.66% | - |
| HSV(B) | 183.35º | 0.65% | 0.97% | - |
| XYZ | 51.74 | 70.54 | 99.69 | - |
| YUV | 194.58 | 158.14 | 51.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 239 | 248 | 0.65 | 0.04 | 0 | 0.03 | 183.35 | 0.92 | 0.66 |
| Hex | 57 | EF | F8 | 41 | 4 | 0 | 3 | B7 | 5C | 42 |
| Octal | 127 | 357 | 370 | 101 | 4 | 0 | 3 | 267 | 134 | 102 |
| Binary | 1010111 | 11101111 | 11111000 | 1000001 | 100 | 0 | 11 | 10110111 | 1011100 | 1000010 |
Color Harmonies of #57EFF8
Complementary color
Monochromatic Colors of #57EFF8
Black with #57EFF8
Text Example
Text Example
White with #57EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EFF8; }
p { color: rgb(87,239,248); }
H1.HeaderClassName
{
color: #57EFF8;
}
.AnyTagClassName
{
color: #57EFF8;
}
</style>
background-color css
<style>
a { background-color: #57EFF8; }
a { background-color: rgb(87,239,248); }
div.DivClassName
{
background-color: #57EFF8;
}
.BgClassName
{
background-color: #57EFF8;
}
</style>
border-color css
<style>
span { border-color: #57EFF8; }
span { border-color: rgb(87,239,248); }
td.TdClassName
{
border-color: #57EFF8;
}
.TagClassName
{
border-color: #57EFF8;
}
</style>