Html Css Color HEX #50CDFD Maya Blue

📋 copy color: '#50CDFD'

red 80 ◦ green 205 ◦ blue 253

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

Shades of Maya Blue #50CDFD

Tints of Maya Blue #50CDFD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.1%

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

R = 14.87%
G = 38.1%
B = 47.03%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50CDFD (or 0x50CDFD) is known color: Maya Blue. HEX triplet: 50, CD and FD. RGB value is (80,205,253). Sum of RGB (Red+Green+Blue) = 80+205+253=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #50CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CDFD is #AF3202. Grayscale: #ACACAC. Windows color (decimal): -11481603 or 16633168. OLE color: 16633168.

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

Color convert

RGB 80 205 253 -
CMYK 0.68 0.19 0 0.01
HSL 196.65º 0.98% 0.65% -
HSV(B) 196.65º 0.68% 0.99% -
XYZ 42.87 52.46 100.79 -
YUV 173.1 173.09 61.6 -
System Red Green Blue C M Y K H S L
Decimal 80 205 253 0.68 0.19 0 0.01 196.65 0.98 0.65
Hex 50 CD FD 44 13 0 1 C5 62 41
Octal 120 315 375 104 23 0 1 305 142 101
Binary 1010000 11001101 11111101 1000100 10011 0 1 11000101 1100010 1000001

Color Harmonies of #50CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDFD

Black with #50CDFD

Text Example


Text Example

White with #50CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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