Html Css Color HEX #50B7FF Maya Blue

📋 copy color: '#50B7FF'

red 80 ◦ green 183 ◦ blue 255

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

Shades of Maya Blue #50B7FF

Tints of Maya Blue #50B7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.33%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 15.44%
G = 35.33%
B = 49.23%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50B7FF (or 0x50B7FF) is known color: Maya Blue. HEX triplet: 50, B7 and FF. RGB value is (80,183,255). Sum of RGB (Red+Green+Blue) = 80+183+255=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #50B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B7FF is #AF4800. Grayscale: #A0A0A0. Windows color (decimal): -11487233 or 16758608. OLE color: 16758608.

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

Color convert

RGB 80 183 255 -
CMYK 0.69 0.28 0 0
HSL 204.69º 1% 0.66% -
HSV(B) 204.69º 0.69% 1% -
XYZ 38.29 42.79 100.85 -
YUV 160.41 181.38 70.65 -
System Red Green Blue C M Y K H S L
Decimal 80 183 255 0.69 0.28 0 0 204.69 1 0.66
Hex 50 B7 FF 45 1C 0 0 CD 64 42
Octal 120 267 377 105 34 0 0 315 144 102
Binary 1010000 10110111 11111111 1000101 11100 0 0 11001101 1100100 1000010

Color Harmonies of #50B7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B7FF

Black with #50B7FF

Text Example


Text Example

White with #50B7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,183,255); }

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

background-color css

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

 a { background-color: rgb(80,183,255); }

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

border-color css

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

 span { border-color: rgb(80,183,255); }

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