Html Css Color HEX #50A9EC Malibu

📋 copy color: '#50A9EC'

red 80 ◦ green 169 ◦ blue 236

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

Shades of Malibu #50A9EC

Tints of Malibu #50A9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.85%

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 16.49%
G = 34.85%
B = 48.66%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50A9EC (or 0x50A9EC) is known color: Malibu. HEX triplet: 50, A9 and EC. RGB value is (80,169,236). Sum of RGB (Red+Green+Blue) = 80+169+236=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #50A9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A9EC is #AF5613. Grayscale: #959595. Windows color (decimal): -11490836 or 15509840. OLE color: 15509840.

HSL color Cylindrical-coordinate representation of color #50A9EC: hue angle of 205.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50A9EC is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 169 236 -
CMYK 0.66 0.28 0 0.07
HSL 205.77º 0.8% 0.62% -
HSV(B) 205.77º 0.66% 0.93% -
XYZ 32.64 36.14 84.61 -
YUV 150.03 176.51 78.05 -
System Red Green Blue C M Y K H S L
Decimal 80 169 236 0.66 0.28 0 0.07 205.77 0.8 0.62
Hex 50 A9 EC 42 1C 0 7 CE 50 3E
Octal 120 251 354 102 34 0 7 316 120 76
Binary 1010000 10101001 11101100 1000010 11100 0 111 11001110 1010000 111110

Color Harmonies of #50A9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A9EC

Black with #50A9EC

Text Example


Text Example

White with #50A9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,169,236); }

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

background-color css

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

 a { background-color: rgb(80,169,236); }

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

border-color css

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

 span { border-color: rgb(80,169,236); }

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