Shades of Baby Blue #50EAFF
Tints of Baby Blue #50EAFF
RGB
CMYK
RGB Variations
Color information
#50EAFF (or 0x50EAFF) is known color: Baby Blue. HEX triplet: 50, EA and FF. RGB value is (80,234,255). Sum of RGB (Red+Green+Blue) = 80+234+255=569 (75% of max value = 765). Red value is 80 (31.64% from 255 or 14.06% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #50EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EAFF is #AF1500. Grayscale: #BEBEBE. Windows color (decimal): -11474177 or 16771664. OLE color: 16771664.
HSL color Cylindrical-coordinate representation of color #50EAFF: hue angle of 187.2º 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 #50EAFF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 234 | 255 | - |
| CMYK | 0.69 | 0.08 | 0 | 0 |
| HSL | 187.2º | 1% | 0.66% | - |
| HSV(B) | 187.2º | 0.69% | 1% | - |
| XYZ | 50.78 | 67.77 | 105.01 | - |
| YUV | 190.35 | 164.48 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 234 | 255 | 0.69 | 0.08 | 0 | 0 | 187.2 | 1 | 0.66 |
| Hex | 50 | EA | FF | 45 | 8 | 0 | 0 | BB | 64 | 42 |
| Octal | 120 | 352 | 377 | 105 | 10 | 0 | 0 | 273 | 144 | 102 |
| Binary | 1010000 | 11101010 | 11111111 | 1000101 | 1000 | 0 | 0 | 10111011 | 1100100 | 1000010 |
Color Harmonies of #50EAFF
Complementary color
Monochromatic Colors of #50EAFF
Black with #50EAFF
Text Example
Text Example
White with #50EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EAFF; }
p { color: rgb(80,234,255); }
H1.HeaderClassName
{
color: #50EAFF;
}
.AnyTagClassName
{
color: #50EAFF;
}
</style>
background-color css
<style>
a { background-color: #50EAFF; }
a { background-color: rgb(80,234,255); }
div.DivClassName
{
background-color: #50EAFF;
}
.BgClassName
{
background-color: #50EAFF;
}
</style>
border-color css
<style>
span { border-color: #50EAFF; }
span { border-color: rgb(80,234,255); }
td.TdClassName
{
border-color: #50EAFF;
}
.TagClassName
{
border-color: #50EAFF;
}
</style>