#50BDFD

Color #50BDFD Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #50BDFD

Tints of Maya Blue #50BDFD

Color information

#50BDFD (or 0x50BDFD) is unknown color: approx Maya Blue. HEX triplet: 50, BD and FD. RGB value is (80,189,253). Sum of RGB (Red+Green+Blue) = 80+189+253=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #50BDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BDFD is #AF4202. Grayscale: #A3A3A3. Windows color (decimal): -11485699 or 16629072. OLE color: 16629072.

HSL color Cylindrical-coordinate representation of color #50BDFD: hue angle of 202.2º 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 #50BDFD is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB80189253-
CMYK0.680.2500.01
HSL202.2º97.74%65.29%-
HSV(B)202.2º68.38%99.22%-
XYZ39.2445.1999.58-
YUV163.71178.3968.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 15.33%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=15.33%
G=36.21%
B=48.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal801892530.680.2500.01202.297.7465.29
Hex50BDFD441901ca6241
Octal1202753751043101312142101
Binary10100001011110111111101100010011001011100101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50BDFD; }

 p { color: rgb(80,189,253); }

 H1.HeaderClassName
 {
   color: #50BDFD;
 }
 .AnyTagClassName
 {
   color: #50BDFD;
 }
</style>
background-color css

<style>
 a { background-color: #50BDFD; }

 a { background-color: rgb(80,189,253); }

 div.DivClassName
 {
   background-color: #50BDFD;
 }
 .BgClassName
 {
   background-color: #50BDFD;
 }
</style>
border-color css

<style>
 span { border-color: #50BDFD; }

 span { border-color: rgb(80,189,253); }

 td.TdClassName
 {
   border-color: #50BDFD;
 }
 .TagClassName
 {
   border-color: #50BDFD;
 }
</style>