Shades of Maya Blue #50BFFD
Tints of Maya Blue #50BFFD
RGB
CMYK
RGB Variations
Color information
#50BFFD (or 0x50BFFD) is known color: Maya Blue. HEX triplet: 50, BF and FD. RGB value is (80,191,253). Sum of RGB (Red+Green+Blue) = 80+191+253=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #50BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BFFD is #AF4002. Grayscale: #A4A4A4. Windows color (decimal): -11485187 or 16629584. OLE color: 16629584.
HSL color Cylindrical-coordinate representation of color #50BFFD: hue angle of 201.5º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50BFFD is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 191 | 253 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.01 |
| HSL | 201.5º | 0.98% | 0.65% | - |
| HSV(B) | 201.5º | 0.68% | 0.99% | - |
| XYZ | 39.67 | 46.06 | 99.73 | - |
| YUV | 164.88 | 177.73 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 253 | 0.68 | 0.25 | 0 | 0.01 | 201.5 | 0.98 | 0.65 |
| Hex | 50 | BF | FD | 44 | 19 | 0 | 1 | CA | 62 | 41 |
| Octal | 120 | 277 | 375 | 104 | 31 | 0 | 1 | 312 | 142 | 101 |
| Binary | 1010000 | 10111111 | 11111101 | 1000100 | 11001 | 0 | 1 | 11001010 | 1100010 | 1000001 |
Color Harmonies of #50BFFD
Complementary color
Monochromatic Colors of #50BFFD
Black with #50BFFD
Text Example
Text Example
White with #50BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BFFD; }
p { color: rgb(80,191,253); }
H1.HeaderClassName
{
color: #50BFFD;
}
.AnyTagClassName
{
color: #50BFFD;
}
</style>
background-color css
<style>
a { background-color: #50BFFD; }
a { background-color: rgb(80,191,253); }
div.DivClassName
{
background-color: #50BFFD;
}
.BgClassName
{
background-color: #50BFFD;
}
</style>
border-color css
<style>
span { border-color: #50BFFD; }
span { border-color: rgb(80,191,253); }
td.TdClassName
{
border-color: #50BFFD;
}
.TagClassName
{
border-color: #50BFFD;
}
</style>