Shades of Baby Blue #53FFF4
Tints of Baby Blue #53FFF4
RGB
CMYK
RGB Variations
Color information
#53FFF4 (or 0x53FFF4) is known color: Baby Blue. HEX triplet: 53, FF and F4. RGB value is (83,255,244). Sum of RGB (Red+Green+Blue) = 83+255+244=582 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.26% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 244 (95.70% from 255 or 41.92% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFF4 is #AC000B. Grayscale: #CACACA. Windows color (decimal): -11272204 or 16056147. OLE color: 16056147.
HSL color Cylindrical-coordinate representation of color #53FFF4: hue angle of 176.16º 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 #53FFF4 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 244 | - |
| CMYK | 0.67 | 0 | 0.04 | 0 |
| HSL | 176.16º | 1% | 0.66% | - |
| HSV(B) | 176.16º | 0.67% | 1% | - |
| XYZ | 55.66 | 79.89 | 98.07 | - |
| YUV | 202.32 | 151.52 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 244 | 0.67 | 0 | 0.04 | 0 | 176.16 | 1 | 0.66 |
| Hex | 53 | FF | F4 | 43 | 0 | 4 | 0 | B0 | 64 | 42 |
| Octal | 123 | 377 | 364 | 103 | 0 | 4 | 0 | 260 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11110100 | 1000011 | 0 | 100 | 0 | 10110000 | 1100100 | 1000010 |
Color Harmonies of #53FFF4
Complementary color
Monochromatic Colors of #53FFF4
Black with #53FFF4
Text Example
Text Example
White with #53FFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFF4; }
p { color: rgb(83,255,244); }
H1.HeaderClassName
{
color: #53FFF4;
}
.AnyTagClassName
{
color: #53FFF4;
}
</style>
background-color css
<style>
a { background-color: #53FFF4; }
a { background-color: rgb(83,255,244); }
div.DivClassName
{
background-color: #53FFF4;
}
.BgClassName
{
background-color: #53FFF4;
}
</style>
border-color css
<style>
span { border-color: #53FFF4; }
span { border-color: rgb(83,255,244); }
td.TdClassName
{
border-color: #53FFF4;
}
.TagClassName
{
border-color: #53FFF4;
}
</style>