Html Css Color HEX #50BAFE Maya Blue

📋 copy color: '#50BAFE'

red 80 ◦ green 186 ◦ blue 254

#50BAFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #50BAFE

Tints of Maya Blue #50BAFE

RGB

 RED value IS 80 (31.64% from 255) = 15.38%

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 15.38%
G = 35.77%
B = 48.85%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50BAFE (or 0x50BAFE) is known color: Maya Blue. HEX triplet: 50, BA and FE. RGB value is (80,186,254). Sum of RGB (Red+Green+Blue) = 80+186+254=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #50BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAFE is #AF4501. Grayscale: #A1A1A1. Windows color (decimal): -11486466 or 16693840. OLE color: 16693840.

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

Color convert

RGB 80 186 254 -
CMYK 0.69 0.27 0 0.00
HSL 203.45º 0.99% 0.65% -
HSV(B) 203.45º 0.69% 1% -
XYZ 38.76 43.98 100.21 -
YUV 162.06 179.88 69.47 -
System Red Green Blue C M Y K H S L
Decimal 80 186 254 0.69 0.27 0 0.00 203.45 0.99 0.65
Hex 50 BA FE 45 1B 0 0 CB 63 41
Octal 120 272 376 105 33 0 0 313 143 101
Binary 1010000 10111010 11111110 1000101 11011 0 0 11001011 1100011 1000001

Color Harmonies of #50BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BAFE

Black with #50BAFE

Text Example


Text Example

White with #50BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50BAFE;
 }
 .AnyTagClassName
 {
   color: #50BAFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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