Html Css Color HEX #50C5FD Maya Blue

📋 copy color: '#50C5FD'

red 80 ◦ green 197 ◦ blue 253

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

Shades of Maya Blue #50C5FD

Tints of Maya Blue #50C5FD

RGB

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

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

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

R = 15.09%
G = 37.17%
B = 47.74%

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

#50C5FD (or 0x50C5FD) is known color: Maya Blue. HEX triplet: 50, C5 and FD. RGB value is (80,197,253). Sum of RGB (Red+Green+Blue) = 80+197+253=530 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.09% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #50C5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C5FD is #AF3A02. Grayscale: #A8A8A8. Windows color (decimal): -11483651 or 16631120. OLE color: 16631120.

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

Color convert

RGB 80 197 253 -
CMYK 0.68 0.22 0 0.01
HSL 199.42º 0.98% 0.65% -
HSV(B) 199.42º 0.68% 0.99% -
XYZ 41 48.73 100.17 -
YUV 168.4 175.74 64.95 -
System Red Green Blue C M Y K H S L
Decimal 80 197 253 0.68 0.22 0 0.01 199.42 0.98 0.65
Hex 50 C5 FD 44 16 0 1 C7 62 41
Octal 120 305 375 104 26 0 1 307 142 101
Binary 1010000 11000101 11111101 1000100 10110 0 1 11000111 1100010 1000001

Color Harmonies of #50C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C5FD

Black with #50C5FD

Text Example


Text Example

White with #50C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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