Html Css Color HEX #50C0FC Maya Blue

📋 copy color: '#50C0FC'

red 80 ◦ green 192 ◦ blue 252

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

Shades of Maya Blue #50C0FC

Tints of Maya Blue #50C0FC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.64%

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

R = 15.27%
G = 36.64%
B = 48.09%

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

#50C0FC (or 0x50C0FC) is known color: Maya Blue. HEX triplet: 50, C0 and FC. RGB value is (80,192,252). Sum of RGB (Red+Green+Blue) = 80+192+252=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #50C0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C0FC is #AF3F03. Grayscale: #A5A5A5. Windows color (decimal): -11484932 or 16564304. OLE color: 16564304.

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

Color convert

RGB 80 192 252 -
CMYK 0.68 0.24 0 0.01
HSL 200.93º 0.97% 0.65% -
HSV(B) 200.93º 0.68% 0.99% -
XYZ 39.73 46.43 98.96 -
YUV 165.35 176.89 67.12 -
System Red Green Blue C M Y K H S L
Decimal 80 192 252 0.68 0.24 0 0.01 200.93 0.97 0.65
Hex 50 C0 FC 44 18 0 1 C9 61 41
Octal 120 300 374 104 30 0 1 311 141 101
Binary 1010000 11000000 11111100 1000100 11000 0 1 11001001 1100001 1000001

Color Harmonies of #50C0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C0FC

Black with #50C0FC

Text Example


Text Example

White with #50C0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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