Html Css Color HEX #50BEFD Maya Blue

📋 copy color: '#50BEFD'

red 80 ◦ green 190 ◦ blue 253

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

Shades of Maya Blue #50BEFD

Tints of Maya Blue #50BEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.33%

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 15.3%
G = 36.33%
B = 48.37%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50BEFD (or 0x50BEFD) is known color: Maya Blue. HEX triplet: 50, BE and FD. RGB value is (80,190,253). Sum of RGB (Red+Green+Blue) = 80+190+253=523 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.30% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #50BEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BEFD is #AF4102. Grayscale: #A3A3A3. Windows color (decimal): -11485443 or 16629328. OLE color: 16629328.

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

Color convert

RGB 80 190 253 -
CMYK 0.68 0.25 0 0.01
HSL 201.85º 0.98% 0.65% -
HSV(B) 201.85º 0.68% 0.99% -
XYZ 39.45 45.62 99.66 -
YUV 164.29 178.06 67.88 -
System Red Green Blue C M Y K H S L
Decimal 80 190 253 0.68 0.25 0 0.01 201.85 0.98 0.65
Hex 50 BE FD 44 19 0 1 CA 62 41
Octal 120 276 375 104 31 0 1 312 142 101
Binary 1010000 10111110 11111101 1000100 11001 0 1 11001010 1100010 1000001

Color Harmonies of #50BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BEFD

Black with #50BEFD

Text Example


Text Example

White with #50BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,190,253); }

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

background-color css

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

 a { background-color: rgb(80,190,253); }

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

border-color css

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

 span { border-color: rgb(80,190,253); }

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