Shades of Baby Blue #50F3F6
Tints of Baby Blue #50F3F6
RGB
CMYK
RGB Variations
Color information
#50F3F6 (or 0x50F3F6) is known color: Baby Blue. HEX triplet: 50, F3 and F6. RGB value is (80,243,246). Sum of RGB (Red+Green+Blue) = 80+243+246=569 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.06% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #50F3F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F3F6 is #AF0C09. Grayscale: #C2C2C2. Windows color (decimal): -11471882 or 16184144. OLE color: 16184144.
HSL color Cylindrical-coordinate representation of color #50F3F6: hue angle of 181.08º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F3F6 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 243 | 246 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.04 |
| HSL | 181.08º | 0.9% | 0.64% | - |
| HSV(B) | 181.08º | 0.67% | 0.96% | - |
| XYZ | 51.99 | 72.46 | 98.43 | - |
| YUV | 194.61 | 157 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 246 | 0.67 | 0.01 | 0 | 0.04 | 181.08 | 0.9 | 0.64 |
| Hex | 50 | F3 | F6 | 43 | 1 | 0 | 4 | B5 | 5A | 40 |
| Octal | 120 | 363 | 366 | 103 | 1 | 0 | 4 | 265 | 132 | 100 |
| Binary | 1010000 | 11110011 | 11110110 | 1000011 | 1 | 0 | 100 | 10110101 | 1011010 | 1000000 |
Color Harmonies of #50F3F6
Complementary color
Monochromatic Colors of #50F3F6
Black with #50F3F6
Text Example
Text Example
White with #50F3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F3F6; }
p { color: rgb(80,243,246); }
H1.HeaderClassName
{
color: #50F3F6;
}
.AnyTagClassName
{
color: #50F3F6;
}
</style>
background-color css
<style>
a { background-color: #50F3F6; }
a { background-color: rgb(80,243,246); }
div.DivClassName
{
background-color: #50F3F6;
}
.BgClassName
{
background-color: #50F3F6;
}
</style>
border-color css
<style>
span { border-color: #50F3F6; }
span { border-color: rgb(80,243,246); }
td.TdClassName
{
border-color: #50F3F6;
}
.TagClassName
{
border-color: #50F3F6;
}
</style>