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