Shades of Baby Blue #50FFF7
Tints of Baby Blue #50FFF7
RGB
CMYK
RGB Variations
Color information
#50FFF7 (or 0x50FFF7) is known color: Baby Blue. HEX triplet: 50, FF and F7. RGB value is (80,255,247). Sum of RGB (Red+Green+Blue) = 80+255+247=582 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.75% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FFF7 is #AF0008. Grayscale: #C9C9C9. Windows color (decimal): -11468809 or 16252752. OLE color: 16252752.
HSL color Cylindrical-coordinate representation of color #50FFF7: hue angle of 177.26º 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 #50FFF7 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 247 | - |
| CMYK | 0.69 | 0 | 0.03 | 0 |
| HSL | 177.26º | 1% | 0.66% | - |
| HSV(B) | 177.26º | 0.69% | 1% | - |
| XYZ | 55.86 | 79.94 | 100.48 | - |
| YUV | 201.76 | 153.52 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 247 | 0.69 | 0 | 0.03 | 0 | 177.26 | 1 | 0.66 |
| Hex | 50 | FF | F7 | 45 | 0 | 3 | 0 | B1 | 64 | 42 |
| Octal | 120 | 377 | 367 | 105 | 0 | 3 | 0 | 261 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11110111 | 1000101 | 0 | 11 | 0 | 10110001 | 1100100 | 1000010 |
Color Harmonies of #50FFF7
Complementary color
Monochromatic Colors of #50FFF7
Black with #50FFF7
Text Example
Text Example
White with #50FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFF7; }
p { color: rgb(80,255,247); }
H1.HeaderClassName
{
color: #50FFF7;
}
.AnyTagClassName
{
color: #50FFF7;
}
</style>
background-color css
<style>
a { background-color: #50FFF7; }
a { background-color: rgb(80,255,247); }
div.DivClassName
{
background-color: #50FFF7;
}
.BgClassName
{
background-color: #50FFF7;
}
</style>
border-color css
<style>
span { border-color: #50FFF7; }
span { border-color: rgb(80,255,247); }
td.TdClassName
{
border-color: #50FFF7;
}
.TagClassName
{
border-color: #50FFF7;
}
</style>