Html Css Color HEX #50BAF9 Malibu

📋 copy color: '#50BAF9'

red 80 ◦ green 186 ◦ blue 249

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

Shades of Malibu #50BAF9

Tints of Malibu #50BAF9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.12%

 BLUE value IS 249 (97.66% from 255) = 48.35%

R = 15.53%
G = 36.12%
B = 48.35%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50BAF9 (or 0x50BAF9) is known color: Malibu. HEX triplet: 50, BA and F9. RGB value is (80,186,249). Sum of RGB (Red+Green+Blue) = 80+186+249=515 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.53% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #50BAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAF9 is #AF4506. Grayscale: #A1A1A1. Windows color (decimal): -11486471 or 16366160. OLE color: 16366160.

HSL color Cylindrical-coordinate representation of color #50BAF9: hue angle of 202.37º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50BAF9 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 186 249 -
CMYK 0.68 0.25 0 0.02
HSL 202.37º 0.93% 0.65% -
HSV(B) 202.37º 0.68% 0.98% -
XYZ 37.97 43.66 96.05 -
YUV 161.49 177.38 69.88 -
System Red Green Blue C M Y K H S L
Decimal 80 186 249 0.68 0.25 0 0.02 202.37 0.93 0.65
Hex 50 BA F9 44 19 0 2 CA 5D 41
Octal 120 272 371 104 31 0 2 312 135 101
Binary 1010000 10111010 11111001 1000100 11001 0 10 11001010 1011101 1000001

Color Harmonies of #50BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BAF9

Black with #50BAF9

Text Example


Text Example

White with #50BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,186,249); }

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

background-color css

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

 a { background-color: rgb(80,186,249); }

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

border-color css

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

 span { border-color: rgb(80,186,249); }

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