Shades of Baby Blue #50F6FE
Tints of Baby Blue #50F6FE
RGB
CMYK
RGB Variations
Color information
#50F6FE (or 0x50F6FE) is known color: Baby Blue. HEX triplet: 50, F6 and FE. RGB value is (80,246,254). Sum of RGB (Red+Green+Blue) = 80+246+254=580 (76% of max value = 765). Red value is 80 (31.64% from 255 or 13.79% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #50F6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50F6FE is #AF0901. Grayscale: #C5C5C5. Windows color (decimal): -11471106 or 16709200. OLE color: 16709200.
HSL color Cylindrical-coordinate representation of color #50F6FE: hue angle of 182.76º 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 #50F6FE is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 246 | 254 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.00 |
| HSL | 182.76º | 0.99% | 0.65% | - |
| HSV(B) | 182.76º | 0.69% | 1% | - |
| XYZ | 54.15 | 74.77 | 105.34 | - |
| YUV | 197.28 | 160 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 246 | 254 | 0.69 | 0.03 | 0 | 0.00 | 182.76 | 0.99 | 0.65 |
| Hex | 50 | F6 | FE | 45 | 3 | 0 | 0 | B7 | 63 | 41 |
| Octal | 120 | 366 | 376 | 105 | 3 | 0 | 0 | 267 | 143 | 101 |
| Binary | 1010000 | 11110110 | 11111110 | 1000101 | 11 | 0 | 0 | 10110111 | 1100011 | 1000001 |
Color Harmonies of #50F6FE
Complementary color
Monochromatic Colors of #50F6FE
Black with #50F6FE
Text Example
Text Example
White with #50F6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F6FE; }
p { color: rgb(80,246,254); }
H1.HeaderClassName
{
color: #50F6FE;
}
.AnyTagClassName
{
color: #50F6FE;
}
</style>
background-color css
<style>
a { background-color: #50F6FE; }
a { background-color: rgb(80,246,254); }
div.DivClassName
{
background-color: #50F6FE;
}
.BgClassName
{
background-color: #50F6FE;
}
</style>
border-color css
<style>
span { border-color: #50F6FE; }
span { border-color: rgb(80,246,254); }
td.TdClassName
{
border-color: #50F6FE;
}
.TagClassName
{
border-color: #50F6FE;
}
</style>