Shades of Baby Blue #53FDF3
Tints of Baby Blue #53FDF3
RGB
CMYK
RGB Variations
Color information
#53FDF3 (or 0x53FDF3) is known color: Baby Blue. HEX triplet: 53, FD and F3. RGB value is (83,253,243). Sum of RGB (Red+Green+Blue) = 83+253+243=579 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.34% from 579); Green value is 253 (99.22% from 255 or 43.70% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FDF3 is #AC020C. Grayscale: #C8C8C8. Windows color (decimal): -11272717 or 15990099. OLE color: 15990099.
HSL color Cylindrical-coordinate representation of color #53FDF3: hue angle of 176.47º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FDF3 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 253 | 243 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.01 |
| HSL | 176.47º | 0.98% | 0.66% | - |
| HSV(B) | 176.47º | 0.67% | 0.99% | - |
| XYZ | 54.87 | 78.56 | 97.07 | - |
| YUV | 201.03 | 151.68 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 253 | 243 | 0.67 | 0 | 0.04 | 0.01 | 176.47 | 0.98 | 0.66 |
| Hex | 53 | FD | F3 | 43 | 0 | 4 | 1 | B0 | 62 | 42 |
| Octal | 123 | 375 | 363 | 103 | 0 | 4 | 1 | 260 | 142 | 102 |
| Binary | 1010011 | 11111101 | 11110011 | 1000011 | 0 | 100 | 1 | 10110000 | 1100010 | 1000010 |
Color Harmonies of #53FDF3
Complementary color
Monochromatic Colors of #53FDF3
Black with #53FDF3
Text Example
Text Example
White with #53FDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FDF3; }
p { color: rgb(83,253,243); }
H1.HeaderClassName
{
color: #53FDF3;
}
.AnyTagClassName
{
color: #53FDF3;
}
</style>
background-color css
<style>
a { background-color: #53FDF3; }
a { background-color: rgb(83,253,243); }
div.DivClassName
{
background-color: #53FDF3;
}
.BgClassName
{
background-color: #53FDF3;
}
</style>
border-color css
<style>
span { border-color: #53FDF3; }
span { border-color: rgb(83,253,243); }
td.TdClassName
{
border-color: #53FDF3;
}
.TagClassName
{
border-color: #53FDF3;
}
</style>