Shades of Baby Blue #50EFF3
Tints of Baby Blue #50EFF3
RGB
CMYK
RGB Variations
Color information
#50EFF3 (or 0x50EFF3) is known color: Baby Blue. HEX triplet: 50, EF and F3. RGB value is (80,239,243). Sum of RGB (Red+Green+Blue) = 80+239+243=562 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.23% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #50EFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EFF3 is #AF100C. Grayscale: #BFBFBF. Windows color (decimal): -11472909 or 15986512. OLE color: 15986512.
HSL color Cylindrical-coordinate representation of color #50EFF3: hue angle of 181.47º degrees, saturation: 0.87, 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 #50EFF3 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 239 | 243 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.05 |
| HSL | 181.47º | 0.87% | 0.63% | - |
| HSV(B) | 181.47º | 0.67% | 0.95% | - |
| XYZ | 50.35 | 69.91 | 95.63 | - |
| YUV | 191.92 | 156.82 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 243 | 0.67 | 0.02 | 0 | 0.05 | 181.47 | 0.87 | 0.63 |
| Hex | 50 | EF | F3 | 43 | 2 | 0 | 5 | B5 | 57 | 3F |
| Octal | 120 | 357 | 363 | 103 | 2 | 0 | 5 | 265 | 127 | 77 |
| Binary | 1010000 | 11101111 | 11110011 | 1000011 | 10 | 0 | 101 | 10110101 | 1010111 | 111111 |
Color Harmonies of #50EFF3
Complementary color
Monochromatic Colors of #50EFF3
Black with #50EFF3
Text Example
Text Example
White with #50EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EFF3; }
p { color: rgb(80,239,243); }
H1.HeaderClassName
{
color: #50EFF3;
}
.AnyTagClassName
{
color: #50EFF3;
}
</style>
background-color css
<style>
a { background-color: #50EFF3; }
a { background-color: rgb(80,239,243); }
div.DivClassName
{
background-color: #50EFF3;
}
.BgClassName
{
background-color: #50EFF3;
}
</style>
border-color css
<style>
span { border-color: #50EFF3; }
span { border-color: rgb(80,239,243); }
td.TdClassName
{
border-color: #50EFF3;
}
.TagClassName
{
border-color: #50EFF3;
}
</style>