Html Css Color HEX #50C0FE Maya Blue

📋 copy color: '#50C0FE'

red 80 ◦ green 192 ◦ blue 254

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

Shades of Maya Blue #50C0FE

Tints of Maya Blue #50C0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 15.21%
G = 36.5%
B = 48.29%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50C0FE (or 0x50C0FE) is known color: Maya Blue. HEX triplet: 50, C0 and FE. RGB value is (80,192,254). Sum of RGB (Red+Green+Blue) = 80+192+254=526 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.21% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #50C0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C0FE is #AF3F01. Grayscale: #A5A5A5. Windows color (decimal): -11484930 or 16695376. OLE color: 16695376.

HSL color Cylindrical-coordinate representation of color #50C0FE: hue angle of 201.38º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50C0FE is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 192 254 -
CMYK 0.69 0.24 0 0.00
HSL 201.38º 0.99% 0.65% -
HSV(B) 201.38º 0.69% 1% -
XYZ 40.05 46.56 100.64 -
YUV 165.58 177.89 66.96 -
System Red Green Blue C M Y K H S L
Decimal 80 192 254 0.69 0.24 0 0.00 201.38 0.99 0.65
Hex 50 C0 FE 45 18 0 0 C9 63 41
Octal 120 300 376 105 30 0 0 311 143 101
Binary 1010000 11000000 11111110 1000101 11000 0 0 11001001 1100011 1000001

Color Harmonies of #50C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C0FE

Black with #50C0FE

Text Example


Text Example

White with #50C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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