Shades of Baby Blue #50F0F2
Tints of Baby Blue #50F0F2
RGB
CMYK
RGB Variations
Color information
#50F0F2 (or 0x50F0F2) is known color: Baby Blue. HEX triplet: 50, F0 and F2. RGB value is (80,240,242). Sum of RGB (Red+Green+Blue) = 80+240+242=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #50F0F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F0F2 is #AF0F0D. Grayscale: #C0C0C0. Windows color (decimal): -11472654 or 15921232. OLE color: 15921232.
HSL color Cylindrical-coordinate representation of color #50F0F2: hue angle of 180.74º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F0F2 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 240 | 242 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.05 |
| HSL | 180.74º | 0.86% | 0.63% | - |
| HSV(B) | 180.74º | 0.67% | 0.95% | - |
| XYZ | 50.5 | 70.44 | 94.94 | - |
| YUV | 192.39 | 155.99 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 242 | 0.67 | 0.01 | 0 | 0.05 | 180.74 | 0.86 | 0.63 |
| Hex | 50 | F0 | F2 | 43 | 1 | 0 | 5 | B5 | 56 | 3F |
| Octal | 120 | 360 | 362 | 103 | 1 | 0 | 5 | 265 | 126 | 77 |
| Binary | 1010000 | 11110000 | 11110010 | 1000011 | 1 | 0 | 101 | 10110101 | 1010110 | 111111 |
Color Harmonies of #50F0F2
Complementary color
Monochromatic Colors of #50F0F2
Black with #50F0F2
Text Example
Text Example
White with #50F0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F0F2; }
p { color: rgb(80,240,242); }
H1.HeaderClassName
{
color: #50F0F2;
}
.AnyTagClassName
{
color: #50F0F2;
}
</style>
background-color css
<style>
a { background-color: #50F0F2; }
a { background-color: rgb(80,240,242); }
div.DivClassName
{
background-color: #50F0F2;
}
.BgClassName
{
background-color: #50F0F2;
}
</style>
border-color css
<style>
span { border-color: #50F0F2; }
span { border-color: rgb(80,240,242); }
td.TdClassName
{
border-color: #50F0F2;
}
.TagClassName
{
border-color: #50F0F2;
}
</style>