Shades of Baby Blue #53FEF9
Tints of Baby Blue #53FEF9
RGB
CMYK
RGB Variations
Color information
#53FEF9 (or 0x53FEF9) is known color: Baby Blue. HEX triplet: 53, FE and F9. RGB value is (83,254,249). Sum of RGB (Red+Green+Blue) = 83+254+249=586 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.16% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FEF9 is #AC0106. Grayscale: #CACACA. Windows color (decimal): -11272455 or 16383571. OLE color: 16383571.
HSL color Cylindrical-coordinate representation of color #53FEF9: hue angle of 178.25º 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 #53FEF9 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 249 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.00 |
| HSL | 178.25º | 0.99% | 0.66% | - |
| HSV(B) | 178.25º | 0.67% | 1% | - |
| XYZ | 56.11 | 79.56 | 102.02 | - |
| YUV | 202.3 | 154.35 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 249 | 0.67 | 0 | 0.02 | 0.00 | 178.25 | 0.99 | 0.66 |
| Hex | 53 | FE | F9 | 43 | 0 | 2 | 0 | B2 | 63 | 42 |
| Octal | 123 | 376 | 371 | 103 | 0 | 2 | 0 | 262 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11111001 | 1000011 | 0 | 10 | 0 | 10110010 | 1100011 | 1000010 |
Color Harmonies of #53FEF9
Complementary color
Monochromatic Colors of #53FEF9
Black with #53FEF9
Text Example
Text Example
White with #53FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEF9; }
p { color: rgb(83,254,249); }
H1.HeaderClassName
{
color: #53FEF9;
}
.AnyTagClassName
{
color: #53FEF9;
}
</style>
background-color css
<style>
a { background-color: #53FEF9; }
a { background-color: rgb(83,254,249); }
div.DivClassName
{
background-color: #53FEF9;
}
.BgClassName
{
background-color: #53FEF9;
}
</style>
border-color css
<style>
span { border-color: #53FEF9; }
span { border-color: rgb(83,254,249); }
td.TdClassName
{
border-color: #53FEF9;
}
.TagClassName
{
border-color: #53FEF9;
}
</style>