Html Css Color HEX #50BDFD Maya Blue

📋 copy color: '#50BDFD'

red 80 ◦ green 189 ◦ blue 253

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

Shades of Maya Blue #50BDFD

Tints of Maya Blue #50BDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.21%

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

R = 15.33%
G = 36.21%
B = 48.47%

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

#50BDFD (or 0x50BDFD) is known color: Maya Blue. HEX triplet: 50, BD and FD. RGB value is (80,189,253). Sum of RGB (Red+Green+Blue) = 80+189+253=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #50BDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BDFD is #AF4202. Grayscale: #A3A3A3. Windows color (decimal): -11485699 or 16629072. OLE color: 16629072.

HSL color Cylindrical-coordinate representation of color #50BDFD: hue angle of 202.2º 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 #50BDFD is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 189 253 -
CMYK 0.68 0.25 0 0.01
HSL 202.2º 0.98% 0.65% -
HSV(B) 202.2º 0.68% 0.99% -
XYZ 39.24 45.19 99.58 -
YUV 163.71 178.39 68.3 -
System Red Green Blue C M Y K H S L
Decimal 80 189 253 0.68 0.25 0 0.01 202.2 0.98 0.65
Hex 50 BD FD 44 19 0 1 CA 62 41
Octal 120 275 375 104 31 0 1 312 142 101
Binary 1010000 10111101 11111101 1000100 11001 0 1 11001010 1100010 1000001

Color Harmonies of #50BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDFD

Black with #50BDFD

Text Example


Text Example

White with #50BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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