Shades of Baby Blue #50FBFF
Tints of Baby Blue #50FBFF
RGB
CMYK
RGB Variations
Color information
#50FBFF (or 0x50FBFF) is known color: Baby Blue. HEX triplet: 50, FB and FF. RGB value is (80,251,255). Sum of RGB (Red+Green+Blue) = 80+251+255=586 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.65% from 586); Green value is 251 (98.44% from 255 or 42.83% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #50FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FBFF is #AF0400. Grayscale: #C8C8C8. Windows color (decimal): -11469825 or 16776016. OLE color: 16776016.
HSL color Cylindrical-coordinate representation of color #50FBFF: hue angle of 181.37º 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 #50FBFF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 251 | 255 | - |
| CMYK | 0.69 | 0.02 | 0 | 0 |
| HSL | 181.37º | 1% | 0.66% | - |
| HSV(B) | 181.37º | 0.69% | 1% | - |
| XYZ | 55.86 | 77.92 | 106.7 | - |
| YUV | 200.33 | 158.85 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 255 | 0.69 | 0.02 | 0 | 0 | 181.37 | 1 | 0.66 |
| Hex | 50 | FB | FF | 45 | 2 | 0 | 0 | B5 | 64 | 42 |
| Octal | 120 | 373 | 377 | 105 | 2 | 0 | 0 | 265 | 144 | 102 |
| Binary | 1010000 | 11111011 | 11111111 | 1000101 | 10 | 0 | 0 | 10110101 | 1100100 | 1000010 |
Color Harmonies of #50FBFF
Complementary color
Monochromatic Colors of #50FBFF
Black with #50FBFF
Text Example
Text Example
White with #50FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FBFF; }
p { color: rgb(80,251,255); }
H1.HeaderClassName
{
color: #50FBFF;
}
.AnyTagClassName
{
color: #50FBFF;
}
</style>
background-color css
<style>
a { background-color: #50FBFF; }
a { background-color: rgb(80,251,255); }
div.DivClassName
{
background-color: #50FBFF;
}
.BgClassName
{
background-color: #50FBFF;
}
</style>
border-color css
<style>
span { border-color: #50FBFF; }
span { border-color: rgb(80,251,255); }
td.TdClassName
{
border-color: #50FBFF;
}
.TagClassName
{
border-color: #50FBFF;
}
</style>