Html Css Color HEX #50CFFF Maya Blue

📋 copy color: '#50CFFF'

red 80 ◦ green 207 ◦ blue 255

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

Shades of Maya Blue #50CFFF

Tints of Maya Blue #50CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.19%

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

R = 14.76%
G = 38.19%
B = 47.05%

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

#50CFFF (or 0x50CFFF) is known color: Maya Blue. HEX triplet: 50, CF and FF. RGB value is (80,207,255). Sum of RGB (Red+Green+Blue) = 80+207+255=542 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.76% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #50CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CFFF is #AF3000. Grayscale: #AEAEAE. Windows color (decimal): -11481089 or 16764752. OLE color: 16764752.

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

Color convert

RGB 80 207 255 -
CMYK 0.69 0.19 0 0
HSL 196.46º 1% 0.66% -
HSV(B) 196.46º 0.69% 1% -
XYZ 43.67 53.55 102.64 -
YUV 174.5 173.42 60.6 -
System Red Green Blue C M Y K H S L
Decimal 80 207 255 0.69 0.19 0 0 196.46 1 0.66
Hex 50 CF FF 45 13 0 0 C4 64 42
Octal 120 317 377 105 23 0 0 304 144 102
Binary 1010000 11001111 11111111 1000101 10011 0 0 11000100 1100100 1000010

Color Harmonies of #50CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CFFF

Black with #50CFFF

Text Example


Text Example

White with #50CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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