#50D0FF

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

Shades of Maya Blue #50D0FF

Tints of Maya Blue #50D0FF

Color information

#50D0FF (or 0x50D0FF) is unknown color: approx Maya Blue. HEX triplet: 50, D0 and FF. RGB value is (80,208,255). Sum of RGB (Red+Green+Blue) = 80+208+255=543 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.73% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #50D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D0FF is #AF2F00. Grayscale: #AEAEAE. Windows color (decimal): -11480833 or 16765008. OLE color: 16765008.

HSL color Cylindrical-coordinate representation of color #50D0FF: hue angle of 196.11º 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 #50D0FF is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB80208255-
CMYK0.690.1800
HSL196.11º100%65.69%-
HSV(B)196.11º68.63%100%-
XYZ43.9154.04102.72-
YUV175.09173.0960.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.73%
GREEN value IS 208 (81.64% from 255) = 38.31%
BLUE value IS 255 (100% from 255) = 46.96%
R=14.73%
G=38.31%
B=46.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal802082550.690.1800196.1110065.69
Hex50D0FF451200c46442
Octal1203203771052200304144102
Binary10100001101000011111111100010110010001100010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,208,255); }

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

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

 a { background-color: rgb(80,208,255); }

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

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

 span { border-color: rgb(80,208,255); }

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