Html Css Color HEX #50C0FD Maya Blue

📋 copy color: '#50C0FD'

red 80 ◦ green 192 ◦ blue 253

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

Shades of Maya Blue #50C0FD

Tints of Maya Blue #50C0FD

RGB

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

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

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

R = 15.24%
G = 36.57%
B = 48.19%

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

#50C0FD (or 0x50C0FD) is known color: Maya Blue. HEX triplet: 50, C0 and FD. RGB value is (80,192,253). Sum of RGB (Red+Green+Blue) = 80+192+253=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #50C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C0FD is #AF3F02. Grayscale: #A5A5A5. Windows color (decimal): -11484931 or 16629840. OLE color: 16629840.

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

Color convert

RGB 80 192 253 -
CMYK 0.68 0.24 0 0.01
HSL 201.16º 0.98% 0.65% -
HSV(B) 201.16º 0.68% 0.99% -
XYZ 39.89 46.5 99.8 -
YUV 165.47 177.39 67.04 -
System Red Green Blue C M Y K H S L
Decimal 80 192 253 0.68 0.24 0 0.01 201.16 0.98 0.65
Hex 50 C0 FD 44 18 0 1 C9 62 41
Octal 120 300 375 104 30 0 1 311 142 101
Binary 1010000 11000000 11111101 1000100 11000 0 1 11001001 1100010 1000001

Color Harmonies of #50C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C0FD

Black with #50C0FD

Text Example


Text Example

White with #50C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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