#50c4fb

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

Shades of Maya Blue #50C4FB

Tints of Maya Blue #50C4FB

Color information

#50C4FB (or 0x50C4FB) is unknown color: approx Maya Blue. HEX triplet: 50, C4 and FB. RGB value is (80,196,251). Sum of RGB (Red+Green+Blue) = 80+196+251=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #50C4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C4FB is #AF3B04. Grayscale: #A7A7A7. Windows color (decimal): -11483909 or 16499792. OLE color: 16499792.

HSL color Cylindrical-coordinate representation of color #50C4FB: hue angle of 199.3º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50C4FB is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB80196251-
CMYK0.680.2200.02
HSL199.3º95.53%64.9%-
HSV(B)199.3º68.13%98.43%-
XYZ40.4648.1598.43-
YUV167.59175.0765.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.18%
GREEN value IS 196 (76.95% from 255) = 37.19%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=15.18%
G=37.19%
B=47.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal801962510.680.2200.02199.395.5364.9
Hex50C4FB441602c76041
Octal1203043731042602307140101
Binary101000011000100111110111000100101100101100011111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50c4fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,196,251); }

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

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

 a { background-color: rgb(80,196,251); }

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

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

 span { border-color: rgb(80,196,251); }

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