Html Css Color HEX #50D0FF Maya Blue

📋 copy color: '#50D0FF'

red 80 ◦ green 208 ◦ blue 255

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

Shades of Maya Blue #50D0FF

Tints of Maya Blue #50D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.31%

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

R = 14.73%
G = 38.31%
B = 46.96%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50D0FF (or 0x50D0FF) is known color: Maya Blue. HEX triplet: 50, D0 and FF. RGB value is (80,208,255). Sum of RGB (Red+Green+Blue) = 80+208+255=543 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.73% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #50D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50D0FF is #AF2F00. Grayscale: #AEAEAE. Windows color (decimal): -11480833 or 16765008. OLE color: 16765008.

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

Color convert

RGB 80 208 255 -
CMYK 0.69 0.18 0 0
HSL 196.11º 1% 0.66% -
HSV(B) 196.11º 0.69% 1% -
XYZ 43.91 54.04 102.72 -
YUV 175.09 173.09 60.18 -
System Red Green Blue C M Y K H S L
Decimal 80 208 255 0.69 0.18 0 0 196.11 1 0.66
Hex 50 D0 FF 45 12 0 0 C4 64 42
Octal 120 320 377 105 22 0 0 304 144 102
Binary 1010000 11010000 11111111 1000101 10010 0 0 11000100 1100100 1000010

Color Harmonies of #50D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D0FF

Black with #50D0FF

Text Example


Text Example

White with #50D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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