Shades of Baby Blue #50EBFF
Tints of Baby Blue #50EBFF
RGB
CMYK
RGB Variations
Color information
#50EBFF (or 0x50EBFF) is known color: Baby Blue. HEX triplet: 50, EB and FF. RGB value is (80,235,255). Sum of RGB (Red+Green+Blue) = 80+235+255=570 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.04% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #50EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EBFF is #AF1400. Grayscale: #BEBEBE. Windows color (decimal): -11473921 or 16771920. OLE color: 16771920.
HSL color Cylindrical-coordinate representation of color #50EBFF: hue angle of 186.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 #50EBFF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 235 | 255 | - |
| CMYK | 0.69 | 0.08 | 0 | 0 |
| HSL | 186.86º | 1% | 0.66% | - |
| HSV(B) | 186.86º | 0.69% | 1% | - |
| XYZ | 51.07 | 68.34 | 105.11 | - |
| YUV | 190.94 | 164.15 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 235 | 255 | 0.69 | 0.08 | 0 | 0 | 186.86 | 1 | 0.66 |
| Hex | 50 | EB | FF | 45 | 8 | 0 | 0 | BB | 64 | 42 |
| Octal | 120 | 353 | 377 | 105 | 10 | 0 | 0 | 273 | 144 | 102 |
| Binary | 1010000 | 11101011 | 11111111 | 1000101 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000010 |
Color Harmonies of #50EBFF
Complementary color
Monochromatic Colors of #50EBFF
Black with #50EBFF
Text Example
Text Example
White with #50EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EBFF; }
p { color: rgb(80,235,255); }
H1.HeaderClassName
{
color: #50EBFF;
}
.AnyTagClassName
{
color: #50EBFF;
}
</style>
background-color css
<style>
a { background-color: #50EBFF; }
a { background-color: rgb(80,235,255); }
div.DivClassName
{
background-color: #50EBFF;
}
.BgClassName
{
background-color: #50EBFF;
}
</style>
border-color css
<style>
span { border-color: #50EBFF; }
span { border-color: rgb(80,235,255); }
td.TdClassName
{
border-color: #50EBFF;
}
.TagClassName
{
border-color: #50EBFF;
}
</style>