Html Css Color HEX #50CEFF Maya Blue

📋 copy color: '#50CEFF'

red 80 ◦ green 206 ◦ blue 255

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

Shades of Maya Blue #50CEFF

Tints of Maya Blue #50CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.08%

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

R = 14.79%
G = 38.08%
B = 47.13%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50CEFF (or 0x50CEFF) is known color: Maya Blue. HEX triplet: 50, CE and FF. RGB value is (80,206,255). Sum of RGB (Red+Green+Blue) = 80+206+255=541 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.79% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #50CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CEFF is #AF3100. Grayscale: #ADADAD. Windows color (decimal): -11481345 or 16764496. OLE color: 16764496.

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

Color convert

RGB 80 206 255 -
CMYK 0.69 0.19 0 0
HSL 196.8º 1% 0.66% -
HSV(B) 196.8º 0.69% 1% -
XYZ 43.43 53.07 102.56 -
YUV 173.91 173.76 61.02 -
System Red Green Blue C M Y K H S L
Decimal 80 206 255 0.69 0.19 0 0 196.8 1 0.66
Hex 50 CE FF 45 13 0 0 C5 64 42
Octal 120 316 377 105 23 0 0 305 144 102
Binary 1010000 11001110 11111111 1000101 10011 0 0 11000101 1100100 1000010

Color Harmonies of #50CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEFF

Black with #50CEFF

Text Example


Text Example

White with #50CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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