Html Css Color HEX #50ABEF Malibu

📋 copy color: '#50ABEF'

red 80 ◦ green 171 ◦ blue 239

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

Shades of Malibu #50ABEF

Tints of Malibu #50ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 16.33%
G = 34.9%
B = 48.78%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50ABEF (or 0x50ABEF) is known color: Malibu. HEX triplet: 50, AB and EF. RGB value is (80,171,239). Sum of RGB (Red+Green+Blue) = 80+171+239=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #50ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ABEF is #AF5410. Grayscale: #979797. Windows color (decimal): -11490321 or 15706960. OLE color: 15706960.

HSL color Cylindrical-coordinate representation of color #50ABEF: hue angle of 205.66º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50ABEF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 171 239 -
CMYK 0.67 0.28 0 0.06
HSL 205.66º 0.83% 0.63% -
HSV(B) 205.66º 0.67% 0.94% -
XYZ 33.45 37.06 87.05 -
YUV 151.54 177.35 76.97 -
System Red Green Blue C M Y K H S L
Decimal 80 171 239 0.67 0.28 0 0.06 205.66 0.83 0.63
Hex 50 AB EF 43 1C 0 6 CE 53 3F
Octal 120 253 357 103 34 0 6 316 123 77
Binary 1010000 10101011 11101111 1000011 11100 0 110 11001110 1010011 111111

Color Harmonies of #50ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABEF

Black with #50ABEF

Text Example


Text Example

White with #50ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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