Shades of Baby Blue #57FDF9
Tints of Baby Blue #57FDF9
RGB
CMYK
RGB Variations
Color information
#57FDF9 (or 0x57FDF9) is known color: Baby Blue. HEX triplet: 57, FD and F9. RGB value is (87,253,249). Sum of RGB (Red+Green+Blue) = 87+253+249=589 (78% of max value = 765). Red value is 87 (34.38% from 255 or 14.77% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #57FDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57FDF9 is #A80206. Grayscale: #CACACA. Windows color (decimal): -11010567 or 16383319. OLE color: 16383319.
HSL color Cylindrical-coordinate representation of color #57FDF9: hue angle of 178.55º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FDF9 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 253 | 249 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.01 |
| HSL | 178.55º | 0.98% | 0.67% | - |
| HSV(B) | 178.55º | 0.66% | 0.99% | - |
| XYZ | 56.15 | 79.12 | 101.93 | - |
| YUV | 202.91 | 154 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 253 | 249 | 0.66 | 0 | 0.02 | 0.01 | 178.55 | 0.98 | 0.67 |
| Hex | 57 | FD | F9 | 42 | 0 | 2 | 1 | B3 | 62 | 43 |
| Octal | 127 | 375 | 371 | 102 | 0 | 2 | 1 | 263 | 142 | 103 |
| Binary | 1010111 | 11111101 | 11111001 | 1000010 | 0 | 10 | 1 | 10110011 | 1100010 | 1000011 |
Color Harmonies of #57FDF9
Complementary color
Monochromatic Colors of #57FDF9
Black with #57FDF9
Text Example
Text Example
White with #57FDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FDF9; }
p { color: rgb(87,253,249); }
H1.HeaderClassName
{
color: #57FDF9;
}
.AnyTagClassName
{
color: #57FDF9;
}
</style>
background-color css
<style>
a { background-color: #57FDF9; }
a { background-color: rgb(87,253,249); }
div.DivClassName
{
background-color: #57FDF9;
}
.BgClassName
{
background-color: #57FDF9;
}
</style>
border-color css
<style>
span { border-color: #57FDF9; }
span { border-color: rgb(87,253,249); }
td.TdClassName
{
border-color: #57FDF9;
}
.TagClassName
{
border-color: #57FDF9;
}
</style>