Shades of Baby Blue #50FFF0
Tints of Baby Blue #50FFF0
RGB
CMYK
RGB Variations
Color information
#50FFF0 (or 0x50FFF0) is known color: Baby Blue. HEX triplet: 50, FF and F0. RGB value is (80,255,240). Sum of RGB (Red+Green+Blue) = 80+255+240=575 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.91% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FFF0 is #AF000F. Grayscale: #C8C8C8. Windows color (decimal): -11468816 or 15794000. OLE color: 15794000.
HSL color Cylindrical-coordinate representation of color #50FFF0: hue angle of 174.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFF0 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 240 | - |
| CMYK | 0.69 | 0 | 0.06 | 0 |
| HSL | 174.86º | 1% | 0.66% | - |
| HSV(B) | 174.86º | 0.69% | 1% | - |
| XYZ | 54.8 | 79.52 | 94.9 | - |
| YUV | 200.97 | 150.02 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 240 | 0.69 | 0 | 0.06 | 0 | 174.86 | 1 | 0.66 |
| Hex | 50 | FF | F0 | 45 | 0 | 6 | 0 | AF | 64 | 42 |
| Octal | 120 | 377 | 360 | 105 | 0 | 6 | 0 | 257 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11110000 | 1000101 | 0 | 110 | 0 | 10101111 | 1100100 | 1000010 |
Color Harmonies of #50FFF0
Complementary color
Monochromatic Colors of #50FFF0
Black with #50FFF0
Text Example
Text Example
White with #50FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFF0; }
p { color: rgb(80,255,240); }
H1.HeaderClassName
{
color: #50FFF0;
}
.AnyTagClassName
{
color: #50FFF0;
}
</style>
background-color css
<style>
a { background-color: #50FFF0; }
a { background-color: rgb(80,255,240); }
div.DivClassName
{
background-color: #50FFF0;
}
.BgClassName
{
background-color: #50FFF0;
}
</style>
border-color css
<style>
span { border-color: #50FFF0; }
span { border-color: rgb(80,255,240); }
td.TdClassName
{
border-color: #50FFF0;
}
.TagClassName
{
border-color: #50FFF0;
}
</style>