Html Css Color HEX #50C5FC Maya Blue

📋 copy color: '#50C5FC'

red 80 ◦ green 197 ◦ blue 252

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

Shades of Maya Blue #50C5FC

Tints of Maya Blue #50C5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.24%

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

R = 15.12%
G = 37.24%
B = 47.64%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50C5FC (or 0x50C5FC) is known color: Maya Blue. HEX triplet: 50, C5 and FC. RGB value is (80,197,252). Sum of RGB (Red+Green+Blue) = 80+197+252=529 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.12% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #50C5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C5FC is #AF3A03. Grayscale: #A7A7A7. Windows color (decimal): -11483652 or 16565584. OLE color: 16565584.

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

Color convert

RGB 80 197 252 -
CMYK 0.68 0.22 0 0.01
HSL 199.19º 0.97% 0.65% -
HSV(B) 199.19º 0.68% 0.99% -
XYZ 40.85 48.67 99.34 -
YUV 168.29 175.24 65.03 -
System Red Green Blue C M Y K H S L
Decimal 80 197 252 0.68 0.22 0 0.01 199.19 0.97 0.65
Hex 50 C5 FC 44 16 0 1 C7 61 41
Octal 120 305 374 104 26 0 1 307 141 101
Binary 1010000 11000101 11111100 1000100 10110 0 1 11000111 1100001 1000001

Color Harmonies of #50C5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C5FC

Black with #50C5FC

Text Example


Text Example

White with #50C5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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