Shades of Baby Blue #50FEFC
Tints of Baby Blue #50FEFC
RGB
CMYK
RGB Variations
Color information
#50FEFC (or 0x50FEFC) is known color: Baby Blue. HEX triplet: 50, FE and FC. RGB value is (80,254,252). Sum of RGB (Red+Green+Blue) = 80+254+252=586 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.65% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #50FEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FEFC is #AF0103. Grayscale: #C9C9C9. Windows color (decimal): -11469060 or 16580176. OLE color: 16580176.
HSL color Cylindrical-coordinate representation of color #50FEFC: hue angle of 179.31º 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 #50FEFC is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 254 | 252 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.00 |
| HSL | 179.31º | 0.99% | 0.65% | - |
| HSV(B) | 179.31º | 0.69% | 1% | - |
| XYZ | 56.32 | 79.62 | 104.49 | - |
| YUV | 201.75 | 156.35 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 254 | 252 | 0.69 | 0 | 0.01 | 0.00 | 179.31 | 0.99 | 0.65 |
| Hex | 50 | FE | FC | 45 | 0 | 1 | 0 | B3 | 63 | 41 |
| Octal | 120 | 376 | 374 | 105 | 0 | 1 | 0 | 263 | 143 | 101 |
| Binary | 1010000 | 11111110 | 11111100 | 1000101 | 0 | 1 | 0 | 10110011 | 1100011 | 1000001 |
Color Harmonies of #50FEFC
Complementary color
Monochromatic Colors of #50FEFC
Black with #50FEFC
Text Example
Text Example
White with #50FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FEFC; }
p { color: rgb(80,254,252); }
H1.HeaderClassName
{
color: #50FEFC;
}
.AnyTagClassName
{
color: #50FEFC;
}
</style>
background-color css
<style>
a { background-color: #50FEFC; }
a { background-color: rgb(80,254,252); }
div.DivClassName
{
background-color: #50FEFC;
}
.BgClassName
{
background-color: #50FEFC;
}
</style>
border-color css
<style>
span { border-color: #50FEFC; }
span { border-color: rgb(80,254,252); }
td.TdClassName
{
border-color: #50FEFC;
}
.TagClassName
{
border-color: #50FEFC;
}
</style>