Shades of Baby Blue #50FCF0
Tints of Baby Blue #50FCF0
RGB
CMYK
RGB Variations
Color information
#50FCF0 (or 0x50FCF0) is known color: Baby Blue. HEX triplet: 50, FC and F0. RGB value is (80,252,240). Sum of RGB (Red+Green+Blue) = 80+252+240=572 (75% of max value = 765). Red value is 80 (31.64% from 255 or 13.99% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #50FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FCF0 is #AF030F. Grayscale: #C7C7C7. Windows color (decimal): -11469584 or 15793232. OLE color: 15793232.
HSL color Cylindrical-coordinate representation of color #50FCF0: hue angle of 175.81º degrees, saturation: 0.97, 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 #50FCF0 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 252 | 240 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.01 |
| HSL | 175.81º | 0.97% | 0.65% | - |
| HSV(B) | 175.81º | 0.68% | 0.99% | - |
| XYZ | 53.85 | 77.62 | 94.58 | - |
| YUV | 199.2 | 151.02 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 252 | 240 | 0.68 | 0 | 0.05 | 0.01 | 175.81 | 0.97 | 0.65 |
| Hex | 50 | FC | F0 | 44 | 0 | 5 | 1 | B0 | 61 | 41 |
| Octal | 120 | 374 | 360 | 104 | 0 | 5 | 1 | 260 | 141 | 101 |
| Binary | 1010000 | 11111100 | 11110000 | 1000100 | 0 | 101 | 1 | 10110000 | 1100001 | 1000001 |
Color Harmonies of #50FCF0
Complementary color
Monochromatic Colors of #50FCF0
Black with #50FCF0
Text Example
Text Example
White with #50FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FCF0; }
p { color: rgb(80,252,240); }
H1.HeaderClassName
{
color: #50FCF0;
}
.AnyTagClassName
{
color: #50FCF0;
}
</style>
background-color css
<style>
a { background-color: #50FCF0; }
a { background-color: rgb(80,252,240); }
div.DivClassName
{
background-color: #50FCF0;
}
.BgClassName
{
background-color: #50FCF0;
}
</style>
border-color css
<style>
span { border-color: #50FCF0; }
span { border-color: rgb(80,252,240); }
td.TdClassName
{
border-color: #50FCF0;
}
.TagClassName
{
border-color: #50FCF0;
}
</style>