Shades of Baby Blue #50FFFF
Tints of Baby Blue #50FFFF
RGB
CMYK
RGB Variations
Color information
#50FFFF (or 0x50FFFF) is known color: Baby Blue. HEX triplet: 50, FF and FF. RGB value is (80,255,255). Sum of RGB (Red+Green+Blue) = 80+255+255=590 (78% of max value = 765). Red value is 80 (31.64% from 255 or 13.56% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #50FFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FFFF is #AF0000. Grayscale: #CACACA. Windows color (decimal): -11468801 or 16777040. OLE color: 16777040.
HSL color Cylindrical-coordinate representation of color #50FFFF: hue angle of 180º 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 #50FFFF is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 255 | - |
| CMYK | 0.69 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.66% | - |
| HSV(B) | 180º | 0.69% | 1% | - |
| XYZ | 57.12 | 80.45 | 107.12 | - |
| YUV | 202.68 | 157.52 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 255 | 0.69 | 0 | 0 | 0 | 180 | 1 | 0.66 |
| Hex | 50 | FF | FF | 45 | 0 | 0 | 0 | B4 | 64 | 42 |
| Octal | 120 | 377 | 377 | 105 | 0 | 0 | 0 | 264 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11111111 | 1000101 | 0 | 0 | 0 | 10110100 | 1100100 | 1000010 |
Color Harmonies of #50FFFF
Complementary color
Monochromatic Colors of #50FFFF
Black with #50FFFF
Text Example
Text Example
White with #50FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFFF; }
p { color: rgb(80,255,255); }
H1.HeaderClassName
{
color: #50FFFF;
}
.AnyTagClassName
{
color: #50FFFF;
}
</style>
background-color css
<style>
a { background-color: #50FFFF; }
a { background-color: rgb(80,255,255); }
div.DivClassName
{
background-color: #50FFFF;
}
.BgClassName
{
background-color: #50FFFF;
}
</style>
border-color css
<style>
span { border-color: #50FFFF; }
span { border-color: rgb(80,255,255); }
td.TdClassName
{
border-color: #50FFFF;
}
.TagClassName
{
border-color: #50FFFF;
}
</style>