Shades of Baby Blue #53FEF5
Tints of Baby Blue #53FEF5
RGB
CMYK
RGB Variations
Color information
#53FEF5 (or 0x53FEF5) is known color: Baby Blue. HEX triplet: 53, FE and F5. RGB value is (83,254,245). Sum of RGB (Red+Green+Blue) = 83+254+245=582 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.26% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FEF5 is #AC010A. Grayscale: #C9C9C9. Windows color (decimal): -11272459 or 16121427. OLE color: 16121427.
HSL color Cylindrical-coordinate representation of color #53FEF5: hue angle of 176.84º 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 #53FEF5 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 245 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.00 |
| HSL | 176.84º | 0.99% | 0.66% | - |
| HSV(B) | 176.84º | 0.67% | 1% | - |
| XYZ | 55.49 | 79.32 | 98.77 | - |
| YUV | 201.85 | 152.35 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 245 | 0.67 | 0 | 0.04 | 0.00 | 176.84 | 0.99 | 0.66 |
| Hex | 53 | FE | F5 | 43 | 0 | 4 | 0 | B1 | 63 | 42 |
| Octal | 123 | 376 | 365 | 103 | 0 | 4 | 0 | 261 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11110101 | 1000011 | 0 | 100 | 0 | 10110001 | 1100011 | 1000010 |
Color Harmonies of #53FEF5
Complementary color
Monochromatic Colors of #53FEF5
Black with #53FEF5
Text Example
Text Example
White with #53FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEF5; }
p { color: rgb(83,254,245); }
H1.HeaderClassName
{
color: #53FEF5;
}
.AnyTagClassName
{
color: #53FEF5;
}
</style>
background-color css
<style>
a { background-color: #53FEF5; }
a { background-color: rgb(83,254,245); }
div.DivClassName
{
background-color: #53FEF5;
}
.BgClassName
{
background-color: #53FEF5;
}
</style>
border-color css
<style>
span { border-color: #53FEF5; }
span { border-color: rgb(83,254,245); }
td.TdClassName
{
border-color: #53FEF5;
}
.TagClassName
{
border-color: #53FEF5;
}
</style>