Shades of Baby Blue #50F3FE
Tints of Baby Blue #50F3FE
RGB
CMYK
RGB Variations
Color information
#50F3FE (or 0x50F3FE) is known color: Baby Blue. HEX triplet: 50, F3 and FE. RGB value is (80,243,254). Sum of RGB (Red+Green+Blue) = 80+243+254=577 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.86% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #50F3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F3FE is #AF0C01. Grayscale: #C3C3C3. Windows color (decimal): -11471874 or 16708432. OLE color: 16708432.
HSL color Cylindrical-coordinate representation of color #50F3FE: hue angle of 183.79º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50F3FE is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 243 | 254 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.00 |
| HSL | 183.79º | 0.99% | 0.65% | - |
| HSV(B) | 183.79º | 0.69% | 1% | - |
| XYZ | 53.25 | 72.96 | 105.04 | - |
| YUV | 195.52 | 161 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 243 | 254 | 0.69 | 0.04 | 0 | 0.00 | 183.79 | 0.99 | 0.65 |
| Hex | 50 | F3 | FE | 45 | 4 | 0 | 0 | B8 | 63 | 41 |
| Octal | 120 | 363 | 376 | 105 | 4 | 0 | 0 | 270 | 143 | 101 |
| Binary | 1010000 | 11110011 | 11111110 | 1000101 | 100 | 0 | 0 | 10111000 | 1100011 | 1000001 |
Color Harmonies of #50F3FE
Complementary color
Monochromatic Colors of #50F3FE
Black with #50F3FE
Text Example
Text Example
White with #50F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F3FE; }
p { color: rgb(80,243,254); }
H1.HeaderClassName
{
color: #50F3FE;
}
.AnyTagClassName
{
color: #50F3FE;
}
</style>
background-color css
<style>
a { background-color: #50F3FE; }
a { background-color: rgb(80,243,254); }
div.DivClassName
{
background-color: #50F3FE;
}
.BgClassName
{
background-color: #50F3FE;
}
</style>
border-color css
<style>
span { border-color: #50F3FE; }
span { border-color: rgb(80,243,254); }
td.TdClassName
{
border-color: #50F3FE;
}
.TagClassName
{
border-color: #50F3FE;
}
</style>