Shades of Baby Blue #50F1FD
Tints of Baby Blue #50F1FD
RGB
CMYK
RGB Variations
Color information
#50F1FD (or 0x50F1FD) is known color: Baby Blue. HEX triplet: 50, F1 and FD. RGB value is (80,241,253). Sum of RGB (Red+Green+Blue) = 80+241+253=574 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.94% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #50F1FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F1FD is #AF0E02. Grayscale: #C2C2C2. Windows color (decimal): -11472387 or 16642384. OLE color: 16642384.
HSL color Cylindrical-coordinate representation of color #50F1FD: hue angle of 184.16º 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 #50F1FD is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 241 | 253 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.01 |
| HSL | 184.16º | 0.98% | 0.65% | - |
| HSV(B) | 184.16º | 0.68% | 0.99% | - |
| XYZ | 52.49 | 71.71 | 104 | - |
| YUV | 194.23 | 161.16 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 253 | 0.68 | 0.05 | 0 | 0.01 | 184.16 | 0.98 | 0.65 |
| Hex | 50 | F1 | FD | 44 | 5 | 0 | 1 | B8 | 62 | 41 |
| Octal | 120 | 361 | 375 | 104 | 5 | 0 | 1 | 270 | 142 | 101 |
| Binary | 1010000 | 11110001 | 11111101 | 1000100 | 101 | 0 | 1 | 10111000 | 1100010 | 1000001 |
Color Harmonies of #50F1FD
Complementary color
Monochromatic Colors of #50F1FD
Black with #50F1FD
Text Example
Text Example
White with #50F1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F1FD; }
p { color: rgb(80,241,253); }
H1.HeaderClassName
{
color: #50F1FD;
}
.AnyTagClassName
{
color: #50F1FD;
}
</style>
background-color css
<style>
a { background-color: #50F1FD; }
a { background-color: rgb(80,241,253); }
div.DivClassName
{
background-color: #50F1FD;
}
.BgClassName
{
background-color: #50F1FD;
}
</style>
border-color css
<style>
span { border-color: #50F1FD; }
span { border-color: rgb(80,241,253); }
td.TdClassName
{
border-color: #50F1FD;
}
.TagClassName
{
border-color: #50F1FD;
}
</style>