Html Css Color HEX #50C1FC Maya Blue

📋 copy color: '#50C1FC'

red 80 ◦ green 193 ◦ blue 252

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

Shades of Maya Blue #50C1FC

Tints of Maya Blue #50C1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 15.24%
G = 36.76%
B = 48%

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

#50C1FC (or 0x50C1FC) is known color: Maya Blue. HEX triplet: 50, C1 and FC. RGB value is (80,193,252). Sum of RGB (Red+Green+Blue) = 80+193+252=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #50C1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C1FC is #AF3E03. Grayscale: #A5A5A5. Windows color (decimal): -11484676 or 16564560. OLE color: 16564560.

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

Color convert

RGB 80 193 252 -
CMYK 0.68 0.23 0 0.01
HSL 200.58º 0.97% 0.65% -
HSV(B) 200.58º 0.68% 0.99% -
XYZ 39.95 46.87 99.04 -
YUV 165.94 176.56 66.7 -
System Red Green Blue C M Y K H S L
Decimal 80 193 252 0.68 0.23 0 0.01 200.58 0.97 0.65
Hex 50 C1 FC 44 17 0 1 C9 61 41
Octal 120 301 374 104 27 0 1 311 141 101
Binary 1010000 11000001 11111100 1000100 10111 0 1 11001001 1100001 1000001

Color Harmonies of #50C1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C1FC

Black with #50C1FC

Text Example


Text Example

White with #50C1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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