Html Css Color HEX #50ACE9 Malibu

📋 copy color: '#50ACE9'

red 80 ◦ green 172 ◦ blue 233

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

Shades of Malibu #50ACE9

Tints of Malibu #50ACE9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 16.49%
G = 35.46%
B = 48.04%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#50ACE9 (or 0x50ACE9) is known color: Malibu. HEX triplet: 50, AC and E9. RGB value is (80,172,233). Sum of RGB (Red+Green+Blue) = 80+172+233=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #50ACE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ACE9 is #AF5316. Grayscale: #979797. Windows color (decimal): -11490071 or 15314000. OLE color: 15314000.

HSL color Cylindrical-coordinate representation of color #50ACE9: hue angle of 203.92º 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 #50ACE9 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 172 233 -
CMYK 0.66 0.26 0 0.09
HSL 203.92º 0.78% 0.61% -
HSV(B) 203.92º 0.66% 0.91% -
XYZ 32.77 37.09 82.52 -
YUV 151.45 174.02 77.04 -
System Red Green Blue C M Y K H S L
Decimal 80 172 233 0.66 0.26 0 0.09 203.92 0.78 0.61
Hex 50 AC E9 42 1A 0 9 CC 4E 3D
Octal 120 254 351 102 32 0 11 314 116 75
Binary 1010000 10101100 11101001 1000010 11010 0 1001 11001100 1001110 111101

Color Harmonies of #50ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACE9

Black with #50ACE9

Text Example


Text Example

White with #50ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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