#50CBFF

Color #50CBFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #50CBFF

Tints of Maya Blue #50CBFF

Color information

#50CBFF (or 0x50CBFF) is unknown color: approx Maya Blue. HEX triplet: 50, CB and FF. RGB value is (80,203,255). Sum of RGB (Red+Green+Blue) = 80+203+255=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #50CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CBFF is #AF3400. Grayscale: #ABABAB. Windows color (decimal): -11482113 or 16763728. OLE color: 16763728.

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

Color convert

RGB80203255-
CMYK0.690.2000
HSL197.83º100%65.69%-
HSV(B)197.83º68.63%100%-
XYZ42.7151.64102.32-
YUV172.15174.7562.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.87%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 255 (100% from 255) = 47.40%
R=14.87%
G=37.73%
B=47.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal802032550.690.2000197.8310065.69
Hex50CBFF451400c66442
Octal1203133771052400306144102
Binary10100001100101111111111100010110100001100011011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50CBFF;
 }
 .AnyTagClassName
 {
   color: #50CBFF;
 }
</style>
background-color css

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

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

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

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

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

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