Html Css Color HEX #50BAFF Maya Blue

📋 copy color: '#50BAFF'

red 80 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #50BAFF

Tints of Maya Blue #50BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 15.36%
G = 35.7%
B = 48.94%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50BAFF (or 0x50BAFF) is known color: Maya Blue. HEX triplet: 50, BA and FF. RGB value is (80,186,255). Sum of RGB (Red+Green+Blue) = 80+186+255=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #50BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAFF is #AF4500. Grayscale: #A1A1A1. Windows color (decimal): -11486465 or 16759376. OLE color: 16759376.

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

Color convert

RGB 80 186 255 -
CMYK 0.69 0.27 0 0
HSL 203.66º 1% 0.66% -
HSV(B) 203.66º 0.69% 1% -
XYZ 38.92 44.04 101.06 -
YUV 162.17 180.38 69.39 -
System Red Green Blue C M Y K H S L
Decimal 80 186 255 0.69 0.27 0 0 203.66 1 0.66
Hex 50 BA FF 45 1B 0 0 CC 64 42
Octal 120 272 377 105 33 0 0 314 144 102
Binary 1010000 10111010 11111111 1000101 11011 0 0 11001100 1100100 1000010

Color Harmonies of #50BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BAFF

Black with #50BAFF

Text Example


Text Example

White with #50BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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