Shades of Baby Blue #53FEE5
Tints of Baby Blue #53FEE5
RGB
CMYK
RGB Variations
Color information
#53FEE5 (or 0x53FEE5) is known color: Baby Blue. HEX triplet: 53, FE and E5. RGB value is (83,254,229). Sum of RGB (Red+Green+Blue) = 83+254+229=566 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.66% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEE5 is #AC011A. Grayscale: #C7C7C7. Windows color (decimal): -11272475 or 15072851. OLE color: 15072851.
HSL color Cylindrical-coordinate representation of color #53FEE5: hue angle of 171.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FEE5 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 229 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.00 |
| HSL | 171.23º | 0.99% | 0.66% | - |
| HSV(B) | 171.23º | 0.67% | 1% | - |
| XYZ | 53.15 | 78.38 | 86.46 | - |
| YUV | 200.02 | 144.35 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 229 | 0.67 | 0 | 0.10 | 0.00 | 171.23 | 0.99 | 0.66 |
| Hex | 53 | FE | E5 | 43 | 0 | A | 0 | AB | 63 | 42 |
| Octal | 123 | 376 | 345 | 103 | 0 | 12 | 0 | 253 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11100101 | 1000011 | 0 | 1010 | 0 | 10101011 | 1100011 | 1000010 |
Color Harmonies of #53FEE5
Complementary color
Monochromatic Colors of #53FEE5
Black with #53FEE5
Text Example
Text Example
White with #53FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEE5; }
p { color: rgb(83,254,229); }
H1.HeaderClassName
{
color: #53FEE5;
}
.AnyTagClassName
{
color: #53FEE5;
}
</style>
background-color css
<style>
a { background-color: #53FEE5; }
a { background-color: rgb(83,254,229); }
div.DivClassName
{
background-color: #53FEE5;
}
.BgClassName
{
background-color: #53FEE5;
}
</style>
border-color css
<style>
span { border-color: #53FEE5; }
span { border-color: rgb(83,254,229); }
td.TdClassName
{
border-color: #53FEE5;
}
.TagClassName
{
border-color: #53FEE5;
}
</style>