Shades of Baby Blue #50FBF5
Tints of Baby Blue #50FBF5
RGB
CMYK
RGB Variations
Color information
#50FBF5 (or 0x50FBF5) is known color: Baby Blue. HEX triplet: 50, FB and F5. RGB value is (80,251,245). Sum of RGB (Red+Green+Blue) = 80+251+245=576 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.89% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #50FBF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FBF5 is #AF040A. Grayscale: #C7C7C7. Windows color (decimal): -11469835 or 16120656. OLE color: 16120656.
HSL color Cylindrical-coordinate representation of color #50FBF5: hue angle of 177.89º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FBF5 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 251 | 245 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.02 |
| HSL | 177.89º | 0.96% | 0.65% | - |
| HSV(B) | 177.89º | 0.68% | 0.98% | - |
| XYZ | 54.29 | 77.29 | 98.44 | - |
| YUV | 199.19 | 153.85 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 245 | 0.68 | 0 | 0.02 | 0.02 | 177.89 | 0.96 | 0.65 |
| Hex | 50 | FB | F5 | 44 | 0 | 2 | 2 | B2 | 60 | 41 |
| Octal | 120 | 373 | 365 | 104 | 0 | 2 | 2 | 262 | 140 | 101 |
| Binary | 1010000 | 11111011 | 11110101 | 1000100 | 0 | 10 | 10 | 10110010 | 1100000 | 1000001 |
Color Harmonies of #50FBF5
Complementary color
Monochromatic Colors of #50FBF5
Black with #50FBF5
Text Example
Text Example
White with #50FBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FBF5; }
p { color: rgb(80,251,245); }
H1.HeaderClassName
{
color: #50FBF5;
}
.AnyTagClassName
{
color: #50FBF5;
}
</style>
background-color css
<style>
a { background-color: #50FBF5; }
a { background-color: rgb(80,251,245); }
div.DivClassName
{
background-color: #50FBF5;
}
.BgClassName
{
background-color: #50FBF5;
}
</style>
border-color css
<style>
span { border-color: #50FBF5; }
span { border-color: rgb(80,251,245); }
td.TdClassName
{
border-color: #50FBF5;
}
.TagClassName
{
border-color: #50FBF5;
}
</style>