#50BCFE

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

Shades of Maya Blue #50BCFE

Tints of Maya Blue #50BCFE

Color information

#50BCFE (or 0x50BCFE) is unknown color: approx Maya Blue. HEX triplet: 50, BC and FE. RGB value is (80,188,254). Sum of RGB (Red+Green+Blue) = 80+188+254=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #50BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCFE is #AF4301. Grayscale: #A2A2A2. Windows color (decimal): -11485954 or 16694352. OLE color: 16694352.

HSL color Cylindrical-coordinate representation of color #50BCFE: hue angle of 202.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50BCFE is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB80188254-
CMYK0.690.2600.00
HSL202.76º98.86%65.49%-
HSV(B)202.76º68.5%99.61%-
XYZ39.1844.83100.35-
YUV163.23179.2268.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.33%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=15.33%
G=36.02%
B=48.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal801882540.690.2600.00202.7698.8665.49
Hex50BCFE451A00cb6341
Octal1202743761053200313143101
Binary10100001011110011111110100010111010001100101111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,188,254); }

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

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

 a { background-color: rgb(80,188,254); }

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

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

 span { border-color: rgb(80,188,254); }

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