Shades of Baby Blue #53FEFA
Tints of Baby Blue #53FEFA
RGB
CMYK
RGB Variations
Color information
#53FEFA (or 0x53FEFA) is known color: Baby Blue. HEX triplet: 53, FE and FA. RGB value is (83,254,250). Sum of RGB (Red+Green+Blue) = 83+254+250=587 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.14% from 587); Green value is 254 (99.61% from 255 or 43.27% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FEFA is #AC0105. Grayscale: #CACACA. Windows color (decimal): -11272454 or 16449107. OLE color: 16449107.
HSL color Cylindrical-coordinate representation of color #53FEFA: hue angle of 178.6º 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 #53FEFA is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 250 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.00 |
| HSL | 178.6º | 0.99% | 0.66% | - |
| HSV(B) | 178.6º | 0.67% | 1% | - |
| XYZ | 56.26 | 79.62 | 102.85 | - |
| YUV | 202.42 | 154.85 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 250 | 0.67 | 0 | 0.02 | 0.00 | 178.6 | 0.99 | 0.66 |
| Hex | 53 | FE | FA | 43 | 0 | 2 | 0 | B3 | 63 | 42 |
| Octal | 123 | 376 | 372 | 103 | 0 | 2 | 0 | 263 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11111010 | 1000011 | 0 | 10 | 0 | 10110011 | 1100011 | 1000010 |
Color Harmonies of #53FEFA
Complementary color
Monochromatic Colors of #53FEFA
Black with #53FEFA
Text Example
Text Example
White with #53FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEFA; }
p { color: rgb(83,254,250); }
H1.HeaderClassName
{
color: #53FEFA;
}
.AnyTagClassName
{
color: #53FEFA;
}
</style>
background-color css
<style>
a { background-color: #53FEFA; }
a { background-color: rgb(83,254,250); }
div.DivClassName
{
background-color: #53FEFA;
}
.BgClassName
{
background-color: #53FEFA;
}
</style>
border-color css
<style>
span { border-color: #53FEFA; }
span { border-color: rgb(83,254,250); }
td.TdClassName
{
border-color: #53FEFA;
}
.TagClassName
{
border-color: #53FEFA;
}
</style>