Html Css Color HEX #50B9F4 Malibu

📋 copy color: '#50B9F4'

red 80 ◦ green 185 ◦ blue 244

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

Shades of Malibu #50B9F4

Tints of Malibu #50B9F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.94%

R = 15.72%
G = 36.35%
B = 47.94%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#50B9F4 (or 0x50B9F4) is known color: Malibu. HEX triplet: 50, B9 and F4. RGB value is (80,185,244). Sum of RGB (Red+Green+Blue) = 80+185+244=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #50B9F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B9F4 is #AF460B. Grayscale: #9F9F9F. Windows color (decimal): -11486732 or 16038224. OLE color: 16038224.

HSL color Cylindrical-coordinate representation of color #50B9F4: hue angle of 201.59º degrees, saturation: 0.88, 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 #50B9F4 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 185 244 -
CMYK 0.67 0.24 0 0.04
HSL 201.59º 0.88% 0.64% -
HSV(B) 201.59º 0.67% 0.96% -
XYZ 36.99 42.94 91.93 -
YUV 160.33 175.21 70.7 -
System Red Green Blue C M Y K H S L
Decimal 80 185 244 0.67 0.24 0 0.04 201.59 0.88 0.64
Hex 50 B9 F4 43 18 0 4 CA 58 40
Octal 120 271 364 103 30 0 4 312 130 100
Binary 1010000 10111001 11110100 1000011 11000 0 100 11001010 1011000 1000000

Color Harmonies of #50B9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B9F4

Black with #50B9F4

Text Example


Text Example

White with #50B9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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