Shades of Baby Blue #50FBFD
Tints of Baby Blue #50FBFD
RGB
CMYK
RGB Variations
Color information
#50FBFD (or 0x50FBFD) is known color: Baby Blue. HEX triplet: 50, FB and FD. RGB value is (80,251,253). Sum of RGB (Red+Green+Blue) = 80+251+253=584 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.70% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #50FBFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FBFD is #AF0402. Grayscale: #C7C7C7. Windows color (decimal): -11469827 or 16644944. OLE color: 16644944.
HSL color Cylindrical-coordinate representation of color #50FBFD: hue angle of 180.69º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50FBFD is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 251 | 253 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.01 |
| HSL | 180.69º | 0.98% | 0.65% | - |
| HSV(B) | 180.69º | 0.68% | 0.99% | - |
| XYZ | 55.54 | 77.79 | 105.02 | - |
| YUV | 200.1 | 157.85 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 251 | 253 | 0.68 | 0.01 | 0 | 0.01 | 180.69 | 0.98 | 0.65 |
| Hex | 50 | FB | FD | 44 | 1 | 0 | 1 | B5 | 62 | 41 |
| Octal | 120 | 373 | 375 | 104 | 1 | 0 | 1 | 265 | 142 | 101 |
| Binary | 1010000 | 11111011 | 11111101 | 1000100 | 1 | 0 | 1 | 10110101 | 1100010 | 1000001 |
Color Harmonies of #50FBFD
Complementary color
Monochromatic Colors of #50FBFD
Black with #50FBFD
Text Example
Text Example
White with #50FBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FBFD; }
p { color: rgb(80,251,253); }
H1.HeaderClassName
{
color: #50FBFD;
}
.AnyTagClassName
{
color: #50FBFD;
}
</style>
background-color css
<style>
a { background-color: #50FBFD; }
a { background-color: rgb(80,251,253); }
div.DivClassName
{
background-color: #50FBFD;
}
.BgClassName
{
background-color: #50FBFD;
}
</style>
border-color css
<style>
span { border-color: #50FBFD; }
span { border-color: rgb(80,251,253); }
td.TdClassName
{
border-color: #50FBFD;
}
.TagClassName
{
border-color: #50FBFD;
}
</style>