Shades of Baby Blue #50FDFB
Tints of Baby Blue #50FDFB
RGB
CMYK
RGB Variations
Color information
#50FDFB (or 0x50FDFB) is known color: Baby Blue. HEX triplet: 50, FD and FB. RGB value is (80,253,251). Sum of RGB (Red+Green+Blue) = 80+253+251=584 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.70% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #50FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FDFB is #AF0204. Grayscale: #C8C8C8. Windows color (decimal): -11469317 or 16514384. OLE color: 16514384.
HSL color Cylindrical-coordinate representation of color #50FDFB: hue angle of 179.31º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FDFB is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 253 | 251 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.01 |
| HSL | 179.31º | 0.98% | 0.65% | - |
| HSV(B) | 179.31º | 0.68% | 0.99% | - |
| XYZ | 55.85 | 78.92 | 103.56 | - |
| YUV | 201.05 | 156.19 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 251 | 0.68 | 0 | 0.01 | 0.01 | 179.31 | 0.98 | 0.65 |
| Hex | 50 | FD | FB | 44 | 0 | 1 | 1 | B3 | 62 | 41 |
| Octal | 120 | 375 | 373 | 104 | 0 | 1 | 1 | 263 | 142 | 101 |
| Binary | 1010000 | 11111101 | 11111011 | 1000100 | 0 | 1 | 1 | 10110011 | 1100010 | 1000001 |
Color Harmonies of #50FDFB
Complementary color
Monochromatic Colors of #50FDFB
Black with #50FDFB
Text Example
Text Example
White with #50FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FDFB; }
p { color: rgb(80,253,251); }
H1.HeaderClassName
{
color: #50FDFB;
}
.AnyTagClassName
{
color: #50FDFB;
}
</style>
background-color css
<style>
a { background-color: #50FDFB; }
a { background-color: rgb(80,253,251); }
div.DivClassName
{
background-color: #50FDFB;
}
.BgClassName
{
background-color: #50FDFB;
}
</style>
border-color css
<style>
span { border-color: #50FDFB; }
span { border-color: rgb(80,253,251); }
td.TdClassName
{
border-color: #50FDFB;
}
.TagClassName
{
border-color: #50FDFB;
}
</style>