Html Css Color HEX #50AAE9 Malibu

📋 copy color: '#50AAE9'

red 80 ◦ green 170 ◦ blue 233

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

Shades of Malibu #50AAE9

Tints of Malibu #50AAE9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 233 (91.41% from 255) = 48.24%

R = 16.56%
G = 35.2%
B = 48.24%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#50AAE9 (or 0x50AAE9) is known color: Malibu. HEX triplet: 50, AA and E9. RGB value is (80,170,233). Sum of RGB (Red+Green+Blue) = 80+170+233=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #50AAE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AAE9 is #AF5516. Grayscale: #959595. Windows color (decimal): -11490583 or 15313488. OLE color: 15313488.

HSL color Cylindrical-coordinate representation of color #50AAE9: hue angle of 204.71º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50AAE9 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 170 233 -
CMYK 0.66 0.27 0 0.09
HSL 204.71º 0.78% 0.61% -
HSV(B) 204.71º 0.66% 0.91% -
XYZ 32.39 36.34 82.4 -
YUV 150.27 174.68 77.88 -
System Red Green Blue C M Y K H S L
Decimal 80 170 233 0.66 0.27 0 0.09 204.71 0.78 0.61
Hex 50 AA E9 42 1B 0 9 CD 4E 3D
Octal 120 252 351 102 33 0 11 315 116 75
Binary 1010000 10101010 11101001 1000010 11011 0 1001 11001101 1001110 111101

Color Harmonies of #50AAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAE9

Black with #50AAE9

Text Example


Text Example

White with #50AAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,233); }

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

background-color css

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

 a { background-color: rgb(80,170,233); }

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

border-color css

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

 span { border-color: rgb(80,170,233); }

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