Html Css Color HEX #50BCDE Malibu

📋 copy color: '#50BCDE'

red 80 ◦ green 188 ◦ blue 222

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

Shades of Malibu #50BCDE

Tints of Malibu #50BCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 16.33%
G = 38.37%
B = 45.31%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50BCDE (or 0x50BCDE) is known color: Malibu. HEX triplet: 50, BC and DE. RGB value is (80,188,222). Sum of RGB (Red+Green+Blue) = 80+188+222=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #50BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCDE is #AF4321. Grayscale: #9F9F9F. Windows color (decimal): -11485986 or 14597200. OLE color: 14597200.

HSL color Cylindrical-coordinate representation of color #50BCDE: hue angle of 194.37º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50BCDE is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 188 222 -
CMYK 0.64 0.15 0 0.13
HSL 194.37º 0.68% 0.59% -
HSV(B) 194.37º 0.64% 0.87% -
XYZ 34.48 42.95 75.58 -
YUV 159.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 80 188 222 0.64 0.15 0 0.13 194.37 0.68 0.59
Hex 50 BC DE 40 F 0 D C2 44 3B
Octal 120 274 336 100 17 0 15 302 104 73
Binary 1010000 10111100 11011110 1000000 1111 0 1101 11000010 1000100 111011

Color Harmonies of #50BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCDE

Black with #50BCDE

Text Example


Text Example

White with #50BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,222); }

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

background-color css

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

 a { background-color: rgb(80,188,222); }

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

border-color css

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

 span { border-color: rgb(80,188,222); }

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