Shades of Baby Blue #50F1FF
Tints of Baby Blue #50F1FF
RGB
CMYK
RGB Variations
Color information
#50F1FF (or 0x50F1FF) is known color: Baby Blue. HEX triplet: 50, F1 and FF. RGB value is (80,241,255). Sum of RGB (Red+Green+Blue) = 80+241+255=576 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.89% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #50F1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F1FF is #AF0E00. Grayscale: #C2C2C2. Windows color (decimal): -11472385 or 16773456. OLE color: 16773456.
HSL color Cylindrical-coordinate representation of color #50F1FF: hue angle of 184.8º 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 #50F1FF is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 241 | 255 | - |
| CMYK | 0.69 | 0.05 | 0 | 0 |
| HSL | 184.8º | 1% | 0.66% | - |
| HSV(B) | 184.8º | 0.69% | 1% | - |
| XYZ | 52.81 | 71.84 | 105.69 | - |
| YUV | 194.46 | 162.16 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 255 | 0.69 | 0.05 | 0 | 0 | 184.8 | 1 | 0.66 |
| Hex | 50 | F1 | FF | 45 | 5 | 0 | 0 | B9 | 64 | 42 |
| Octal | 120 | 361 | 377 | 105 | 5 | 0 | 0 | 271 | 144 | 102 |
| Binary | 1010000 | 11110001 | 11111111 | 1000101 | 101 | 0 | 0 | 10111001 | 1100100 | 1000010 |
Color Harmonies of #50F1FF
Complementary color
Monochromatic Colors of #50F1FF
Black with #50F1FF
Text Example
Text Example
White with #50F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F1FF; }
p { color: rgb(80,241,255); }
H1.HeaderClassName
{
color: #50F1FF;
}
.AnyTagClassName
{
color: #50F1FF;
}
</style>
background-color css
<style>
a { background-color: #50F1FF; }
a { background-color: rgb(80,241,255); }
div.DivClassName
{
background-color: #50F1FF;
}
.BgClassName
{
background-color: #50F1FF;
}
</style>
border-color css
<style>
span { border-color: #50F1FF; }
span { border-color: rgb(80,241,255); }
td.TdClassName
{
border-color: #50F1FF;
}
.TagClassName
{
border-color: #50F1FF;
}
</style>