Html Css Color HEX #50ACE7 Malibu

📋 copy color: '#50ACE7'

red 80 ◦ green 172 ◦ blue 231

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

Shades of Malibu #50ACE7

Tints of Malibu #50ACE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.83%

R = 16.56%
G = 35.61%
B = 47.83%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#50ACE7 (or 0x50ACE7) is known color: Malibu. HEX triplet: 50, AC and E7. RGB value is (80,172,231). Sum of RGB (Red+Green+Blue) = 80+172+231=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #50ACE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ACE7 is #AF5318. Grayscale: #969696. Windows color (decimal): -11490073 or 15182928. OLE color: 15182928.

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

Color convert

RGB 80 172 231 -
CMYK 0.65 0.26 0 0.09
HSL 203.44º 0.76% 0.61% -
HSV(B) 203.44º 0.65% 0.91% -
XYZ 32.48 36.98 81.03 -
YUV 151.22 173.02 77.2 -
System Red Green Blue C M Y K H S L
Decimal 80 172 231 0.65 0.26 0 0.09 203.44 0.76 0.61
Hex 50 AC E7 41 1A 0 9 CB 4C 3D
Octal 120 254 347 101 32 0 11 313 114 75
Binary 1010000 10101100 11100111 1000001 11010 0 1001 11001011 1001100 111101

Color Harmonies of #50ACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACE7

Black with #50ACE7

Text Example


Text Example

White with #50ACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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