Html Css Color HEX #50ADEC Malibu

📋 copy color: '#50ADEC'

red 80 ◦ green 173 ◦ blue 236

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

Shades of Malibu #50ADEC

Tints of Malibu #50ADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.38%

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

R = 16.36%
G = 35.38%
B = 48.26%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50ADEC (or 0x50ADEC) is known color: Malibu. HEX triplet: 50, AD and EC. RGB value is (80,173,236). Sum of RGB (Red+Green+Blue) = 80+173+236=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #50ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ADEC is #AF5213. Grayscale: #989898. Windows color (decimal): -11489812 or 15510864. OLE color: 15510864.

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

Color convert

RGB 80 173 236 -
CMYK 0.66 0.27 0 0.07
HSL 204.23º 0.8% 0.62% -
HSV(B) 204.23º 0.66% 0.93% -
XYZ 33.39 37.65 84.86 -
YUV 152.38 175.19 76.38 -
System Red Green Blue C M Y K H S L
Decimal 80 173 236 0.66 0.27 0 0.07 204.23 0.8 0.62
Hex 50 AD EC 42 1B 0 7 CC 50 3E
Octal 120 255 354 102 33 0 7 314 120 76
Binary 1010000 10101101 11101100 1000010 11011 0 111 11001100 1010000 111110

Color Harmonies of #50ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADEC

Black with #50ADEC

Text Example


Text Example

White with #50ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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