Html Css Color HEX #50A9EE Malibu

📋 copy color: '#50A9EE'

red 80 ◦ green 169 ◦ blue 238

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

Shades of Malibu #50A9EE

Tints of Malibu #50A9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 16.43%
G = 34.7%
B = 48.87%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50A9EE (or 0x50A9EE) is known color: Malibu. HEX triplet: 50, A9 and EE. RGB value is (80,169,238). Sum of RGB (Red+Green+Blue) = 80+169+238=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #50A9EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50A9EE is #AF5611. Grayscale: #959595. Windows color (decimal): -11490834 or 15640912. OLE color: 15640912.

HSL color Cylindrical-coordinate representation of color #50A9EE: hue angle of 206.2º degrees, saturation: 0.82, 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 #50A9EE is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 169 238 -
CMYK 0.66 0.29 0 0.07
HSL 206.2º 0.82% 0.62% -
HSV(B) 206.2º 0.66% 0.93% -
XYZ 32.93 36.25 86.15 -
YUV 150.26 177.51 77.89 -
System Red Green Blue C M Y K H S L
Decimal 80 169 238 0.66 0.29 0 0.07 206.2 0.82 0.62
Hex 50 A9 EE 42 1D 0 7 CE 52 3E
Octal 120 251 356 102 35 0 7 316 122 76
Binary 1010000 10101001 11101110 1000010 11101 0 111 11001110 1010010 111110

Color Harmonies of #50A9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A9EE

Black with #50A9EE

Text Example


Text Example

White with #50A9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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