Html Css Color HEX #50AEF3 Malibu

📋 copy color: '#50AEF3'

red 80 ◦ green 174 ◦ blue 243

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

Shades of Malibu #50AEF3

Tints of Malibu #50AEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.89%

R = 16.1%
G = 35.01%
B = 48.89%

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

#50AEF3 (or 0x50AEF3) is known color: Malibu. HEX triplet: 50, AE and F3. RGB value is (80,174,243). Sum of RGB (Red+Green+Blue) = 80+174+243=497 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.10% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #50AEF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AEF3 is #AF510C. Grayscale: #999999. Windows color (decimal): -11489549 or 15969872. OLE color: 15969872.

HSL color Cylindrical-coordinate representation of color #50AEF3: hue angle of 205.4º degrees, saturation: 0.87, 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 #50AEF3 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 174 243 -
CMYK 0.67 0.28 0 0.05
HSL 205.4º 0.87% 0.63% -
HSV(B) 205.4º 0.67% 0.95% -
XYZ 34.62 38.45 90.39 -
YUV 153.76 178.36 75.39 -
System Red Green Blue C M Y K H S L
Decimal 80 174 243 0.67 0.28 0 0.05 205.4 0.87 0.63
Hex 50 AE F3 43 1C 0 5 CD 57 3F
Octal 120 256 363 103 34 0 5 315 127 77
Binary 1010000 10101110 11110011 1000011 11100 0 101 11001101 1010111 111111

Color Harmonies of #50AEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AEF3

Black with #50AEF3

Text Example


Text Example

White with #50AEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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