Shades of Baby Blue #50FDFF
Tints of Baby Blue #50FDFF
RGB
CMYK
RGB Variations
Color information
#50FDFF (or 0x50FDFF) is known color: Baby Blue. HEX triplet: 50, FD and FF. RGB value is (80,253,255). Sum of RGB (Red+Green+Blue) = 80+253+255=588 (77% of max value = 765). Red value is 80 (31.64% from 255 or 13.61% from 588); Green value is 253 (99.22% from 255 or 43.03% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #50FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50FDFF is #AF0200. Grayscale: #C9C9C9. Windows color (decimal): -11469313 or 16776528. OLE color: 16776528.
HSL color Cylindrical-coordinate representation of color #50FDFF: hue angle of 180.69º 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 #50FDFF is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 253 | 255 | - |
| CMYK | 0.69 | 0.01 | 0 | 0 |
| HSL | 180.69º | 1% | 0.66% | - |
| HSV(B) | 180.69º | 0.69% | 1% | - |
| XYZ | 56.48 | 79.18 | 106.91 | - |
| YUV | 201.5 | 158.19 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 253 | 255 | 0.69 | 0.01 | 0 | 0 | 180.69 | 1 | 0.66 |
| Hex | 50 | FD | FF | 45 | 1 | 0 | 0 | B5 | 64 | 42 |
| Octal | 120 | 375 | 377 | 105 | 1 | 0 | 0 | 265 | 144 | 102 |
| Binary | 1010000 | 11111101 | 11111111 | 1000101 | 1 | 0 | 0 | 10110101 | 1100100 | 1000010 |
Color Harmonies of #50FDFF
Complementary color
Monochromatic Colors of #50FDFF
Black with #50FDFF
Text Example
Text Example
White with #50FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FDFF; }
p { color: rgb(80,253,255); }
H1.HeaderClassName
{
color: #50FDFF;
}
.AnyTagClassName
{
color: #50FDFF;
}
</style>
background-color css
<style>
a { background-color: #50FDFF; }
a { background-color: rgb(80,253,255); }
div.DivClassName
{
background-color: #50FDFF;
}
.BgClassName
{
background-color: #50FDFF;
}
</style>
border-color css
<style>
span { border-color: #50FDFF; }
span { border-color: rgb(80,253,255); }
td.TdClassName
{
border-color: #50FDFF;
}
.TagClassName
{
border-color: #50FDFF;
}
</style>