Shades of Baby Blue #57FEFE
Tints of Baby Blue #57FEFE
RGB
CMYK
RGB Variations
Color information
#57FEFE (or 0x57FEFE) is known color: Baby Blue. HEX triplet: 57, FE and FE. RGB value is (87,254,254). Sum of RGB (Red+Green+Blue) = 87+254+254=595 (78% of max value = 765). Red value is 87 (34.38% from 255 or 14.62% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #57FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FEFE is #A80101. Grayscale: #CBCBCB. Windows color (decimal): -11010306 or 16711255. OLE color: 16711255.
HSL color Cylindrical-coordinate representation of color #57FEFE: hue angle of 180º 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 #57FEFE is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 254 | - |
| CMYK | 0.66 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.67% | - |
| HSV(B) | 180º | 0.66% | 1% | - |
| XYZ | 57.26 | 80.07 | 106.2 | - |
| YUV | 204.07 | 156.17 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 254 | 0.66 | 0 | 0 | 0.00 | 180 | 0.99 | 0.67 |
| Hex | 57 | FE | FE | 42 | 0 | 0 | 0 | B4 | 63 | 43 |
| Octal | 127 | 376 | 376 | 102 | 0 | 0 | 0 | 264 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11111110 | 1000010 | 0 | 0 | 0 | 10110100 | 1100011 | 1000011 |
Color Harmonies of #57FEFE
Complementary color
Monochromatic Colors of #57FEFE
Black with #57FEFE
Text Example
Text Example
White with #57FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FEFE; }
p { color: rgb(87,254,254); }
H1.HeaderClassName
{
color: #57FEFE;
}
.AnyTagClassName
{
color: #57FEFE;
}
</style>
background-color css
<style>
a { background-color: #57FEFE; }
a { background-color: rgb(87,254,254); }
div.DivClassName
{
background-color: #57FEFE;
}
.BgClassName
{
background-color: #57FEFE;
}
</style>
border-color css
<style>
span { border-color: #57FEFE; }
span { border-color: rgb(87,254,254); }
td.TdClassName
{
border-color: #57FEFE;
}
.TagClassName
{
border-color: #57FEFE;
}
</style>