Html Css Color HEX #50B9F6 Malibu

📋 copy color: '#50B9F6'

red 80 ◦ green 185 ◦ blue 246

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

Shades of Malibu #50B9F6

Tints of Malibu #50B9F6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.2%

 BLUE value IS 246 (96.48% from 255) = 48.14%

R = 15.66%
G = 36.2%
B = 48.14%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#50B9F6 (or 0x50B9F6) is known color: Malibu. HEX triplet: 50, B9 and F6. RGB value is (80,185,246). Sum of RGB (Red+Green+Blue) = 80+185+246=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #50B9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B9F6 is #AF4609. Grayscale: #A0A0A0. Windows color (decimal): -11486730 or 16169296. OLE color: 16169296.

HSL color Cylindrical-coordinate representation of color #50B9F6: hue angle of 202.05º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B9F6 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 185 246 -
CMYK 0.67 0.25 0 0.04
HSL 202.05º 0.9% 0.64% -
HSV(B) 202.05º 0.67% 0.96% -
XYZ 37.29 43.06 93.53 -
YUV 160.56 176.21 70.54 -
System Red Green Blue C M Y K H S L
Decimal 80 185 246 0.67 0.25 0 0.04 202.05 0.9 0.64
Hex 50 B9 F6 43 19 0 4 CA 5A 40
Octal 120 271 366 103 31 0 4 312 132 100
Binary 1010000 10111001 11110110 1000011 11001 0 100 11001010 1011010 1000000

Color Harmonies of #50B9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B9F6

Black with #50B9F6

Text Example


Text Example

White with #50B9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,185,246); }

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

background-color css

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

 a { background-color: rgb(80,185,246); }

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

border-color css

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

 span { border-color: rgb(80,185,246); }

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