Html Css Color HEX #50CEFD Maya Blue

📋 copy color: '#50CEFD'

red 80 ◦ green 206 ◦ blue 253

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

Shades of Maya Blue #50CEFD

Tints of Maya Blue #50CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.22%

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

R = 14.84%
G = 38.22%
B = 46.94%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50CEFD (or 0x50CEFD) is known color: Maya Blue. HEX triplet: 50, CE and FD. RGB value is (80,206,253). Sum of RGB (Red+Green+Blue) = 80+206+253=539 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.84% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #50CEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CEFD is #AF3102. Grayscale: #ADADAD. Windows color (decimal): -11481347 or 16633424. OLE color: 16633424.

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

Color convert

RGB 80 206 253 -
CMYK 0.68 0.19 0 0.01
HSL 196.3º 0.98% 0.65% -
HSV(B) 196.3º 0.68% 0.99% -
XYZ 43.11 52.94 100.87 -
YUV 173.68 172.76 61.18 -
System Red Green Blue C M Y K H S L
Decimal 80 206 253 0.68 0.19 0 0.01 196.3 0.98 0.65
Hex 50 CE FD 44 13 0 1 C4 62 41
Octal 120 316 375 104 23 0 1 304 142 101
Binary 1010000 11001110 11111101 1000100 10011 0 1 11000100 1100010 1000001

Color Harmonies of #50CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEFD

Black with #50CEFD

Text Example


Text Example

White with #50CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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