Shades of Baby Blue #50F2FE
Tints of Baby Blue #50F2FE
RGB
CMYK
RGB Variations
Color information
#50F2FE (or 0x50F2FE) is known color: Baby Blue. HEX triplet: 50, F2 and FE. RGB value is (80,242,254). Sum of RGB (Red+Green+Blue) = 80+242+254=576 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.89% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #50F2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F2FE is #AF0D01. Grayscale: #C2C2C2. Windows color (decimal): -11472130 or 16708176. OLE color: 16708176.
HSL color Cylindrical-coordinate representation of color #50F2FE: hue angle of 184.14º 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 #50F2FE is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 242 | 254 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.00 |
| HSL | 184.14º | 0.99% | 0.65% | - |
| HSV(B) | 184.14º | 0.69% | 1% | - |
| XYZ | 52.95 | 72.37 | 104.94 | - |
| YUV | 194.93 | 161.33 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 242 | 254 | 0.69 | 0.05 | 0 | 0.00 | 184.14 | 0.99 | 0.65 |
| Hex | 50 | F2 | FE | 45 | 5 | 0 | 0 | B8 | 63 | 41 |
| Octal | 120 | 362 | 376 | 105 | 5 | 0 | 0 | 270 | 143 | 101 |
| Binary | 1010000 | 11110010 | 11111110 | 1000101 | 101 | 0 | 0 | 10111000 | 1100011 | 1000001 |
Color Harmonies of #50F2FE
Complementary color
Monochromatic Colors of #50F2FE
Black with #50F2FE
Text Example
Text Example
White with #50F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F2FE; }
p { color: rgb(80,242,254); }
H1.HeaderClassName
{
color: #50F2FE;
}
.AnyTagClassName
{
color: #50F2FE;
}
</style>
background-color css
<style>
a { background-color: #50F2FE; }
a { background-color: rgb(80,242,254); }
div.DivClassName
{
background-color: #50F2FE;
}
.BgClassName
{
background-color: #50F2FE;
}
</style>
border-color css
<style>
span { border-color: #50F2FE; }
span { border-color: rgb(80,242,254); }
td.TdClassName
{
border-color: #50F2FE;
}
.TagClassName
{
border-color: #50F2FE;
}
</style>