Html Css Color HEX #50B9EF Malibu

📋 copy color: '#50B9EF'

red 80 ◦ green 185 ◦ blue 239

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

Shades of Malibu #50B9EF

Tints of Malibu #50B9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 15.87%
G = 36.71%
B = 47.42%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50B9EF (or 0x50B9EF) is known color: Malibu. HEX triplet: 50, B9 and EF. RGB value is (80,185,239). Sum of RGB (Red+Green+Blue) = 80+185+239=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #50B9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B9EF is #AF4610. Grayscale: #9F9F9F. Windows color (decimal): -11486737 or 15710544. OLE color: 15710544.

HSL color Cylindrical-coordinate representation of color #50B9EF: hue angle of 200.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B9EF is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 185 239 -
CMYK 0.67 0.23 0 0.06
HSL 200.38º 0.83% 0.63% -
HSV(B) 200.38º 0.67% 0.94% -
XYZ 36.24 42.64 87.98 -
YUV 159.76 172.71 71.11 -
System Red Green Blue C M Y K H S L
Decimal 80 185 239 0.67 0.23 0 0.06 200.38 0.83 0.63
Hex 50 B9 EF 43 17 0 6 C8 53 3F
Octal 120 271 357 103 27 0 6 310 123 77
Binary 1010000 10111001 11101111 1000011 10111 0 110 11001000 1010011 111111

Color Harmonies of #50B9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B9EF

Black with #50B9EF

Text Example


Text Example

White with #50B9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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