Html Css Color HEX #50AEFF Malibu

📋 copy color: '#50AEFF'

red 80 ◦ green 174 ◦ blue 255

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

Shades of Malibu #50AEFF

Tints of Malibu #50AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.18%

 BLUE value IS 255 (100% from 255) = 50.1%

R = 15.72%
G = 34.18%
B = 50.1%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50AEFF (or 0x50AEFF) is known color: Malibu. HEX triplet: 50, AE and FF. RGB value is (80,174,255). Sum of RGB (Red+Green+Blue) = 80+174+255=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #50AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AEFF is #AF5100. Grayscale: #9A9A9A. Windows color (decimal): -11489537 or 16756304. OLE color: 16756304.

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

Color convert

RGB 80 174 255 -
CMYK 0.69 0.32 0 0
HSL 207.77º 1% 0.66% -
HSV(B) 207.77º 0.69% 1% -
XYZ 36.49 39.2 100.25 -
YUV 155.13 184.36 74.41 -
System Red Green Blue C M Y K H S L
Decimal 80 174 255 0.69 0.32 0 0 207.77 1 0.66
Hex 50 AE FF 45 20 0 0 D0 64 42
Octal 120 256 377 105 40 0 0 320 144 102
Binary 1010000 10101110 11111111 1000101 100000 0 0 11010000 1100100 1000010

Color Harmonies of #50AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AEFF

Black with #50AEFF

Text Example


Text Example

White with #50AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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