Html Css Color HEX #50C1FD Maya Blue

📋 copy color: '#50C1FD'

red 80 ◦ green 193 ◦ blue 253

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

Shades of Maya Blue #50C1FD

Tints of Maya Blue #50C1FD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.69%

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

R = 15.21%
G = 36.69%
B = 48.1%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50C1FD (or 0x50C1FD) is known color: Maya Blue. HEX triplet: 50, C1 and FD. RGB value is (80,193,253). Sum of RGB (Red+Green+Blue) = 80+193+253=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #50C1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C1FD is #AF3E02. Grayscale: #A5A5A5. Windows color (decimal): -11484675 or 16630096. OLE color: 16630096.

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

Color convert

RGB 80 193 253 -
CMYK 0.68 0.24 0 0.01
HSL 200.81º 0.98% 0.65% -
HSV(B) 200.81º 0.68% 0.99% -
XYZ 40.11 46.94 99.87 -
YUV 166.05 177.06 66.62 -
System Red Green Blue C M Y K H S L
Decimal 80 193 253 0.68 0.24 0 0.01 200.81 0.98 0.65
Hex 50 C1 FD 44 18 0 1 C9 62 41
Octal 120 301 375 104 30 0 1 311 142 101
Binary 1010000 11000001 11111101 1000100 11000 0 1 11001001 1100010 1000001

Color Harmonies of #50C1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C1FD

Black with #50C1FD

Text Example


Text Example

White with #50C1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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