Shades of Baby Blue #53ECFF
Tints of Baby Blue #53ECFF
RGB
CMYK
RGB Variations
Color information
#53ECFF (or 0x53ECFF) is known color: Baby Blue. HEX triplet: 53, EC and FF. RGB value is (83,236,255). Sum of RGB (Red+Green+Blue) = 83+236+255=574 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.46% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #53ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECFF is #AC1300. Grayscale: #C0C0C0. Windows color (decimal): -11277057 or 16772179. OLE color: 16772179.
HSL color Cylindrical-coordinate representation of color #53ECFF: hue angle of 186.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53ECFF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 236 | 255 | - |
| CMYK | 0.67 | 0.07 | 0 | 0 |
| HSL | 186.63º | 1% | 0.66% | - |
| HSV(B) | 186.63º | 0.67% | 1% | - |
| XYZ | 51.61 | 69.05 | 105.22 | - |
| YUV | 192.42 | 163.31 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 255 | 0.67 | 0.07 | 0 | 0 | 186.63 | 1 | 0.66 |
| Hex | 53 | EC | FF | 43 | 7 | 0 | 0 | BB | 64 | 42 |
| Octal | 123 | 354 | 377 | 103 | 7 | 0 | 0 | 273 | 144 | 102 |
| Binary | 1010011 | 11101100 | 11111111 | 1000011 | 111 | 0 | 0 | 10111011 | 1100100 | 1000010 |
Color Harmonies of #53ECFF
Complementary color
Monochromatic Colors of #53ECFF
Black with #53ECFF
Text Example
Text Example
White with #53ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ECFF; }
p { color: rgb(83,236,255); }
H1.HeaderClassName
{
color: #53ECFF;
}
.AnyTagClassName
{
color: #53ECFF;
}
</style>
background-color css
<style>
a { background-color: #53ECFF; }
a { background-color: rgb(83,236,255); }
div.DivClassName
{
background-color: #53ECFF;
}
.BgClassName
{
background-color: #53ECFF;
}
</style>
border-color css
<style>
span { border-color: #53ECFF; }
span { border-color: rgb(83,236,255); }
td.TdClassName
{
border-color: #53ECFF;
}
.TagClassName
{
border-color: #53ECFF;
}
</style>