Html Css Color HEX #50ABE7 Malibu

📋 copy color: '#50ABE7'

red 80 ◦ green 171 ◦ blue 231

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

Shades of Malibu #50ABE7

Tints of Malibu #50ABE7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

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

R = 16.6%
G = 35.48%
B = 47.93%

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

#50ABE7 (or 0x50ABE7) is known color: Malibu. HEX triplet: 50, AB and E7. RGB value is (80,171,231). Sum of RGB (Red+Green+Blue) = 80+171+231=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #50ABE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ABE7 is #AF5418. Grayscale: #969696. Windows color (decimal): -11490329 or 15182672. OLE color: 15182672.

HSL color Cylindrical-coordinate representation of color #50ABE7: hue angle of 203.84º 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 #50ABE7 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 171 231 -
CMYK 0.65 0.26 0 0.09
HSL 203.84º 0.76% 0.61% -
HSV(B) 203.84º 0.65% 0.91% -
XYZ 32.29 36.6 80.96 -
YUV 150.63 173.35 77.62 -
System Red Green Blue C M Y K H S L
Decimal 80 171 231 0.65 0.26 0 0.09 203.84 0.76 0.61
Hex 50 AB E7 41 1A 0 9 CC 4C 3D
Octal 120 253 347 101 32 0 11 314 114 75
Binary 1010000 10101011 11100111 1000001 11010 0 1001 11001100 1001100 111101

Color Harmonies of #50ABE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABE7

Black with #50ABE7

Text Example


Text Example

White with #50ABE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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