Html Css Color HEX #50AEEC Malibu

📋 copy color: '#50AEEC'

red 80 ◦ green 174 ◦ blue 236

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

Shades of Malibu #50AEEC

Tints of Malibu #50AEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 16.33%
G = 35.51%
B = 48.16%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50AEEC (or 0x50AEEC) is known color: Malibu. HEX triplet: 50, AE and EC. RGB value is (80,174,236). Sum of RGB (Red+Green+Blue) = 80+174+236=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #50AEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AEEC is #AF5113. Grayscale: #989898. Windows color (decimal): -11489556 or 15511120. OLE color: 15511120.

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

Color convert

RGB 80 174 236 -
CMYK 0.66 0.26 0 0.07
HSL 203.85º 0.8% 0.62% -
HSV(B) 203.85º 0.66% 0.93% -
XYZ 33.58 38.03 84.93 -
YUV 152.96 174.86 75.96 -
System Red Green Blue C M Y K H S L
Decimal 80 174 236 0.66 0.26 0 0.07 203.85 0.8 0.62
Hex 50 AE EC 42 1A 0 7 CC 50 3E
Octal 120 256 354 102 32 0 7 314 120 76
Binary 1010000 10101110 11101100 1000010 11010 0 111 11001100 1010000 111110

Color Harmonies of #50AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AEEC

Black with #50AEEC

Text Example


Text Example

White with #50AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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