Shades of Baby Blue #53FDEC
Tints of Baby Blue #53FDEC
RGB
CMYK
RGB Variations
Color information
#53FDEC (or 0x53FDEC) is known color: Baby Blue. HEX triplet: 53, FD and EC. RGB value is (83,253,236). Sum of RGB (Red+Green+Blue) = 83+253+236=572 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.51% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FDEC is #AC0213. Grayscale: #C8C8C8. Windows color (decimal): -11272724 or 15531347. OLE color: 15531347.
HSL color Cylindrical-coordinate representation of color #53FDEC: hue angle of 174º 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 #53FDEC is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 253 | 236 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.01 |
| HSL | 174º | 0.98% | 0.66% | - |
| HSV(B) | 174º | 0.67% | 0.99% | - |
| XYZ | 53.83 | 78.15 | 91.6 | - |
| YUV | 200.23 | 148.18 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 253 | 236 | 0.67 | 0 | 0.07 | 0.01 | 174 | 0.98 | 0.66 |
| Hex | 53 | FD | EC | 43 | 0 | 7 | 1 | AE | 62 | 42 |
| Octal | 123 | 375 | 354 | 103 | 0 | 7 | 1 | 256 | 142 | 102 |
| Binary | 1010011 | 11111101 | 11101100 | 1000011 | 0 | 111 | 1 | 10101110 | 1100010 | 1000010 |
Color Harmonies of #53FDEC
Complementary color
Monochromatic Colors of #53FDEC
Black with #53FDEC
Text Example
Text Example
White with #53FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FDEC; }
p { color: rgb(83,253,236); }
H1.HeaderClassName
{
color: #53FDEC;
}
.AnyTagClassName
{
color: #53FDEC;
}
</style>
background-color css
<style>
a { background-color: #53FDEC; }
a { background-color: rgb(83,253,236); }
div.DivClassName
{
background-color: #53FDEC;
}
.BgClassName
{
background-color: #53FDEC;
}
</style>
border-color css
<style>
span { border-color: #53FDEC; }
span { border-color: rgb(83,253,236); }
td.TdClassName
{
border-color: #53FDEC;
}
.TagClassName
{
border-color: #53FDEC;
}
</style>