Shades of Baby Blue #53F1FE
Tints of Baby Blue #53F1FE
RGB
CMYK
RGB Variations
Color information
#53F1FE (or 0x53F1FE) is known color: Baby Blue. HEX triplet: 53, F1 and FE. RGB value is (83,241,254). Sum of RGB (Red+Green+Blue) = 83+241+254=578 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.36% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #53F1FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F1FE is #AC0E01. Grayscale: #C3C3C3. Windows color (decimal): -11275778 or 16707923. OLE color: 16707923.
HSL color Cylindrical-coordinate representation of color #53F1FE: hue angle of 184.56º 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 #53F1FE is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 241 | 254 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.00 |
| HSL | 184.56º | 0.99% | 0.66% | - |
| HSV(B) | 184.56º | 0.67% | 1% | - |
| XYZ | 52.91 | 71.91 | 104.86 | - |
| YUV | 195.24 | 161.15 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 241 | 254 | 0.67 | 0.05 | 0 | 0.00 | 184.56 | 0.99 | 0.66 |
| Hex | 53 | F1 | FE | 43 | 5 | 0 | 0 | B9 | 63 | 42 |
| Octal | 123 | 361 | 376 | 103 | 5 | 0 | 0 | 271 | 143 | 102 |
| Binary | 1010011 | 11110001 | 11111110 | 1000011 | 101 | 0 | 0 | 10111001 | 1100011 | 1000010 |
Color Harmonies of #53F1FE
Complementary color
Monochromatic Colors of #53F1FE
Black with #53F1FE
Text Example
Text Example
White with #53F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F1FE; }
p { color: rgb(83,241,254); }
H1.HeaderClassName
{
color: #53F1FE;
}
.AnyTagClassName
{
color: #53F1FE;
}
</style>
background-color css
<style>
a { background-color: #53F1FE; }
a { background-color: rgb(83,241,254); }
div.DivClassName
{
background-color: #53F1FE;
}
.BgClassName
{
background-color: #53F1FE;
}
</style>
border-color css
<style>
span { border-color: #53F1FE; }
span { border-color: rgb(83,241,254); }
td.TdClassName
{
border-color: #53F1FE;
}
.TagClassName
{
border-color: #53F1FE;
}
</style>