Html Css Color HEX #50C3FD Maya Blue

📋 copy color: '#50C3FD'

red 80 ◦ green 195 ◦ blue 253

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

Shades of Maya Blue #50C3FD

Tints of Maya Blue #50C3FD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.93%

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

R = 15.15%
G = 36.93%
B = 47.92%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50C3FD (or 0x50C3FD) is known color: Maya Blue. HEX triplet: 50, C3 and FD. RGB value is (80,195,253). Sum of RGB (Red+Green+Blue) = 80+195+253=528 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.15% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #50C3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C3FD is #AF3C02. Grayscale: #A6A6A6. Windows color (decimal): -11484163 or 16630608. OLE color: 16630608.

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

Color convert

RGB 80 195 253 -
CMYK 0.68 0.23 0 0.01
HSL 200.12º 0.98% 0.65% -
HSV(B) 200.12º 0.68% 0.99% -
XYZ 40.55 47.83 100.02 -
YUV 167.23 176.4 65.78 -
System Red Green Blue C M Y K H S L
Decimal 80 195 253 0.68 0.23 0 0.01 200.12 0.98 0.65
Hex 50 C3 FD 44 17 0 1 C8 62 41
Octal 120 303 375 104 27 0 1 310 142 101
Binary 1010000 11000011 11111101 1000100 10111 0 1 11001000 1100010 1000001

Color Harmonies of #50C3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C3FD

Black with #50C3FD

Text Example


Text Example

White with #50C3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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