Html Css Color HEX #50BDEB Malibu

📋 copy color: '#50BDEB'

red 80 ◦ green 189 ◦ blue 235

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

Shades of Malibu #50BDEB

Tints of Malibu #50BDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.5%

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 15.87%
G = 37.5%
B = 46.63%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50BDEB (or 0x50BDEB) is known color: Malibu. HEX triplet: 50, BD and EB. RGB value is (80,189,235). Sum of RGB (Red+Green+Blue) = 80+189+235=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #50BDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BDEB is #AF4214. Grayscale: #A1A1A1. Windows color (decimal): -11485717 or 15449424. OLE color: 15449424.

HSL color Cylindrical-coordinate representation of color #50BDEB: hue angle of 197.81º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BDEB is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 189 235 -
CMYK 0.66 0.20 0 0.08
HSL 197.81º 0.79% 0.62% -
HSV(B) 197.81º 0.66% 0.92% -
XYZ 36.5 44.1 85.19 -
YUV 161.65 169.39 69.76 -
System Red Green Blue C M Y K H S L
Decimal 80 189 235 0.66 0.20 0 0.08 197.81 0.79 0.62
Hex 50 BD EB 42 14 0 8 C6 4F 3E
Octal 120 275 353 102 24 0 10 306 117 76
Binary 1010000 10111101 11101011 1000010 10100 0 1000 11000110 1001111 111110

Color Harmonies of #50BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDEB

Black with #50BDEB

Text Example


Text Example

White with #50BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,189,235); }

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

background-color css

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

 a { background-color: rgb(80,189,235); }

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

border-color css

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

 span { border-color: rgb(80,189,235); }

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