Html Css Color HEX #50C5FE Maya Blue

📋 copy color: '#50C5FE'

red 80 ◦ green 197 ◦ blue 254

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

Shades of Maya Blue #50C5FE

Tints of Maya Blue #50C5FE

RGB

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

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

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

R = 15.07%
G = 37.1%
B = 47.83%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50C5FE (or 0x50C5FE) is known color: Maya Blue. HEX triplet: 50, C5 and FE. RGB value is (80,197,254). Sum of RGB (Red+Green+Blue) = 80+197+254=531 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.07% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #50C5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C5FE is #AF3A01. Grayscale: #A8A8A8. Windows color (decimal): -11483650 or 16696656. OLE color: 16696656.

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

Color convert

RGB 80 197 254 -
CMYK 0.69 0.22 0 0.00
HSL 199.66º 0.99% 0.65% -
HSV(B) 199.66º 0.69% 1% -
XYZ 41.16 48.79 101.01 -
YUV 168.52 176.24 64.87 -
System Red Green Blue C M Y K H S L
Decimal 80 197 254 0.69 0.22 0 0.00 199.66 0.99 0.65
Hex 50 C5 FE 45 16 0 0 C8 63 41
Octal 120 305 376 105 26 0 0 310 143 101
Binary 1010000 11000101 11111110 1000101 10110 0 0 11001000 1100011 1000001

Color Harmonies of #50C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C5FE

Black with #50C5FE

Text Example


Text Example

White with #50C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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