Html Css Color HEX #50AEF1 Malibu

📋 copy color: '#50AEF1'

red 80 ◦ green 174 ◦ blue 241

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

Shades of Malibu #50AEF1

Tints of Malibu #50AEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.69%

R = 16.16%
G = 35.15%
B = 48.69%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#50AEF1 (or 0x50AEF1) is known color: Malibu. HEX triplet: 50, AE and F1. RGB value is (80,174,241). Sum of RGB (Red+Green+Blue) = 80+174+241=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #50AEF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AEF1 is #AF510E. Grayscale: #999999. Windows color (decimal): -11489551 or 15838800. OLE color: 15838800.

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

Color convert

RGB 80 174 241 -
CMYK 0.67 0.28 0 0.05
HSL 204.97º 0.85% 0.63% -
HSV(B) 204.97º 0.67% 0.95% -
XYZ 34.32 38.33 88.81 -
YUV 153.53 177.36 75.55 -
System Red Green Blue C M Y K H S L
Decimal 80 174 241 0.67 0.28 0 0.05 204.97 0.85 0.63
Hex 50 AE F1 43 1C 0 5 CD 55 3F
Octal 120 256 361 103 34 0 5 315 125 77
Binary 1010000 10101110 11110001 1000011 11100 0 101 11001101 1010101 111111

Color Harmonies of #50AEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AEF1

Black with #50AEF1

Text Example


Text Example

White with #50AEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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