Shades of Baby Blue #50EFF4
Tints of Baby Blue #50EFF4
RGB
CMYK
RGB Variations
Color information
#50EFF4 (or 0x50EFF4) is known color: Baby Blue. HEX triplet: 50, EF and F4. RGB value is (80,239,244). Sum of RGB (Red+Green+Blue) = 80+239+244=563 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.21% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #50EFF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EFF4 is #AF100B. Grayscale: #BFBFBF. Windows color (decimal): -11472908 or 16052048. OLE color: 16052048.
HSL color Cylindrical-coordinate representation of color #50EFF4: hue angle of 181.83º degrees, saturation: 0.88, 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 #50EFF4 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 239 | 244 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.04 |
| HSL | 181.83º | 0.88% | 0.64% | - |
| HSV(B) | 181.83º | 0.67% | 0.96% | - |
| XYZ | 50.5 | 69.97 | 96.43 | - |
| YUV | 192.03 | 157.32 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 239 | 244 | 0.67 | 0.02 | 0 | 0.04 | 181.83 | 0.88 | 0.64 |
| Hex | 50 | EF | F4 | 43 | 2 | 0 | 4 | B6 | 58 | 40 |
| Octal | 120 | 357 | 364 | 103 | 2 | 0 | 4 | 266 | 130 | 100 |
| Binary | 1010000 | 11101111 | 11110100 | 1000011 | 10 | 0 | 100 | 10110110 | 1011000 | 1000000 |
Color Harmonies of #50EFF4
Complementary color
Monochromatic Colors of #50EFF4
Black with #50EFF4
Text Example
Text Example
White with #50EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EFF4; }
p { color: rgb(80,239,244); }
H1.HeaderClassName
{
color: #50EFF4;
}
.AnyTagClassName
{
color: #50EFF4;
}
</style>
background-color css
<style>
a { background-color: #50EFF4; }
a { background-color: rgb(80,239,244); }
div.DivClassName
{
background-color: #50EFF4;
}
.BgClassName
{
background-color: #50EFF4;
}
</style>
border-color css
<style>
span { border-color: #50EFF4; }
span { border-color: rgb(80,239,244); }
td.TdClassName
{
border-color: #50EFF4;
}
.TagClassName
{
border-color: #50EFF4;
}
</style>