Html Css Color HEX #50CEFC Maya Blue

📋 copy color: '#50CEFC'

red 80 ◦ green 206 ◦ blue 252

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

Shades of Maya Blue #50CEFC

Tints of Maya Blue #50CEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 14.87%
G = 38.29%
B = 46.84%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50CEFC (or 0x50CEFC) is known color: Maya Blue. HEX triplet: 50, CE and FC. RGB value is (80,206,252). Sum of RGB (Red+Green+Blue) = 80+206+252=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #50CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CEFC is #AF3103. Grayscale: #ADADAD. Windows color (decimal): -11481348 or 16567888. OLE color: 16567888.

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

Color convert

RGB 80 206 252 -
CMYK 0.68 0.18 0 0.01
HSL 196.05º 0.97% 0.65% -
HSV(B) 196.05º 0.68% 0.99% -
XYZ 42.95 52.88 100.04 -
YUV 173.57 172.26 61.26 -
System Red Green Blue C M Y K H S L
Decimal 80 206 252 0.68 0.18 0 0.01 196.05 0.97 0.65
Hex 50 CE FC 44 12 0 1 C4 61 41
Octal 120 316 374 104 22 0 1 304 141 101
Binary 1010000 11001110 11111100 1000100 10010 0 1 11000100 1100001 1000001

Color Harmonies of #50CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEFC

Black with #50CEFC

Text Example


Text Example

White with #50CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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