Shades of Baby Blue #53F9F0
Tints of Baby Blue #53F9F0
RGB
CMYK
RGB Variations
Color information
#53F9F0 (or 0x53F9F0) is known color: Baby Blue. HEX triplet: 53, F9 and F0. RGB value is (83,249,240). Sum of RGB (Red+Green+Blue) = 83+249+240=572 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.51% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #53F9F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F9F0 is #AC060F. Grayscale: #C6C6C6. Windows color (decimal): -11273744 or 15792467. OLE color: 15792467.
HSL color Cylindrical-coordinate representation of color #53F9F0: hue angle of 176.75º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F9F0 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 249 | 240 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.02 |
| HSL | 176.75º | 0.93% | 0.65% | - |
| HSV(B) | 176.75º | 0.67% | 0.98% | - |
| XYZ | 53.17 | 75.88 | 94.28 | - |
| YUV | 198.34 | 151.5 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 249 | 240 | 0.67 | 0 | 0.04 | 0.02 | 176.75 | 0.93 | 0.65 |
| Hex | 53 | F9 | F0 | 43 | 0 | 4 | 2 | B1 | 5D | 41 |
| Octal | 123 | 371 | 360 | 103 | 0 | 4 | 2 | 261 | 135 | 101 |
| Binary | 1010011 | 11111001 | 11110000 | 1000011 | 0 | 100 | 10 | 10110001 | 1011101 | 1000001 |
Color Harmonies of #53F9F0
Complementary color
Monochromatic Colors of #53F9F0
Black with #53F9F0
Text Example
Text Example
White with #53F9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F9F0; }
p { color: rgb(83,249,240); }
H1.HeaderClassName
{
color: #53F9F0;
}
.AnyTagClassName
{
color: #53F9F0;
}
</style>
background-color css
<style>
a { background-color: #53F9F0; }
a { background-color: rgb(83,249,240); }
div.DivClassName
{
background-color: #53F9F0;
}
.BgClassName
{
background-color: #53F9F0;
}
</style>
border-color css
<style>
span { border-color: #53F9F0; }
span { border-color: rgb(83,249,240); }
td.TdClassName
{
border-color: #53F9F0;
}
.TagClassName
{
border-color: #53F9F0;
}
</style>