Html Css Color HEX #50BAF7 Malibu

📋 copy color: '#50BAF7'

red 80 ◦ green 186 ◦ blue 247

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

Shades of Malibu #50BAF7

Tints of Malibu #50BAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.15%

R = 15.59%
G = 36.26%
B = 48.15%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#50BAF7 (or 0x50BAF7) is known color: Malibu. HEX triplet: 50, BA and F7. RGB value is (80,186,247). Sum of RGB (Red+Green+Blue) = 80+186+247=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #50BAF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAF7 is #AF4508. Grayscale: #A0A0A0. Windows color (decimal): -11486473 or 16235088. OLE color: 16235088.

HSL color Cylindrical-coordinate representation of color #50BAF7: hue angle of 201.92º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50BAF7 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 186 247 -
CMYK 0.68 0.25 0 0.03
HSL 201.92º 0.91% 0.64% -
HSV(B) 201.92º 0.68% 0.97% -
XYZ 37.66 43.54 94.41 -
YUV 161.26 176.38 70.04 -
System Red Green Blue C M Y K H S L
Decimal 80 186 247 0.68 0.25 0 0.03 201.92 0.91 0.64
Hex 50 BA F7 44 19 0 3 CA 5B 40
Octal 120 272 367 104 31 0 3 312 133 100
Binary 1010000 10111010 11110111 1000100 11001 0 11 11001010 1011011 1000000

Color Harmonies of #50BAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BAF7

Black with #50BAF7

Text Example


Text Example

White with #50BAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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