Shades of Baby Blue #57FEFF
Tints of Baby Blue #57FEFF
RGB
CMYK
RGB Variations
Color information
#57FEFF (or 0x57FEFF) is known color: Baby Blue. HEX triplet: 57, FE and FF. RGB value is (87,254,255). Sum of RGB (Red+Green+Blue) = 87+254+255=596 (78% of max value = 765). Red value is 87 (34.38% from 255 or 14.60% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #57FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FEFF is #A80100. Grayscale: #CCCCCC. Windows color (decimal): -11010305 or 16776791. OLE color: 16776791.
HSL color Cylindrical-coordinate representation of color #57FEFF: hue angle of 180.36º 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 #57FEFF is Cyan = 0.66, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 254 | 255 | - |
| CMYK | 0.66 | 0.00 | 0 | 0 |
| HSL | 180.36º | 1% | 0.67% | - |
| HSV(B) | 180.36º | 0.66% | 1% | - |
| XYZ | 57.42 | 80.13 | 107.05 | - |
| YUV | 204.18 | 156.67 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 255 | 0.66 | 0.00 | 0 | 0 | 180.36 | 1 | 0.67 |
| Hex | 57 | FE | FF | 42 | 0 | 0 | 0 | B4 | 64 | 43 |
| Octal | 127 | 376 | 377 | 102 | 0 | 0 | 0 | 264 | 144 | 103 |
| Binary | 1010111 | 11111110 | 11111111 | 1000010 | 0 | 0 | 0 | 10110100 | 1100100 | 1000011 |
Color Harmonies of #57FEFF
Complementary color
Monochromatic Colors of #57FEFF
Black with #57FEFF
Text Example
Text Example
White with #57FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FEFF; }
p { color: rgb(87,254,255); }
H1.HeaderClassName
{
color: #57FEFF;
}
.AnyTagClassName
{
color: #57FEFF;
}
</style>
background-color css
<style>
a { background-color: #57FEFF; }
a { background-color: rgb(87,254,255); }
div.DivClassName
{
background-color: #57FEFF;
}
.BgClassName
{
background-color: #57FEFF;
}
</style>
border-color css
<style>
span { border-color: #57FEFF; }
span { border-color: rgb(87,254,255); }
td.TdClassName
{
border-color: #57FEFF;
}
.TagClassName
{
border-color: #57FEFF;
}
</style>