Shades of Baby Blue #50EEFE
Tints of Baby Blue #50EEFE
RGB
CMYK
RGB Variations
Color information
#50EEFE (or 0x50EEFE) is known color: Baby Blue. HEX triplet: 50, EE and FE. RGB value is (80,238,254). Sum of RGB (Red+Green+Blue) = 80+238+254=572 (75% of max value = 765). Red value is 80 (31.64% from 255 or 13.99% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #50EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EEFE is #AF1101. Grayscale: #C0C0C0. Windows color (decimal): -11473154 or 16707152. OLE color: 16707152.
HSL color Cylindrical-coordinate representation of color #50EEFE: hue angle of 185.52º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50EEFE is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 238 | 254 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.00 |
| HSL | 185.52º | 0.99% | 0.65% | - |
| HSV(B) | 185.52º | 0.69% | 1% | - |
| XYZ | 51.77 | 70.01 | 104.55 | - |
| YUV | 192.58 | 162.65 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 254 | 0.69 | 0.06 | 0 | 0.00 | 185.52 | 0.99 | 0.65 |
| Hex | 50 | EE | FE | 45 | 6 | 0 | 0 | BA | 63 | 41 |
| Octal | 120 | 356 | 376 | 105 | 6 | 0 | 0 | 272 | 143 | 101 |
| Binary | 1010000 | 11101110 | 11111110 | 1000101 | 110 | 0 | 0 | 10111010 | 1100011 | 1000001 |
Color Harmonies of #50EEFE
Complementary color
Monochromatic Colors of #50EEFE
Black with #50EEFE
Text Example
Text Example
White with #50EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEFE; }
p { color: rgb(80,238,254); }
H1.HeaderClassName
{
color: #50EEFE;
}
.AnyTagClassName
{
color: #50EEFE;
}
</style>
background-color css
<style>
a { background-color: #50EEFE; }
a { background-color: rgb(80,238,254); }
div.DivClassName
{
background-color: #50EEFE;
}
.BgClassName
{
background-color: #50EEFE;
}
</style>
border-color css
<style>
span { border-color: #50EEFE; }
span { border-color: rgb(80,238,254); }
td.TdClassName
{
border-color: #50EEFE;
}
.TagClassName
{
border-color: #50EEFE;
}
</style>