#50B7DE

Color #50B7DE Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #50B7DE

Tints of Malibu #50B7DE

Color information

#50B7DE (or 0x50B7DE) is unknown color: approx Malibu. HEX triplet: 50, B7 and DE. RGB value is (80,183,222). Sum of RGB (Red+Green+Blue) = 80+183+222=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #50B7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7DE is #AF4821. Grayscale: #9C9C9C. Windows color (decimal): -11487266 or 14595920. OLE color: 14595920.

HSL color Cylindrical-coordinate representation of color #50B7DE: hue angle of 196.48º 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 #50B7DE is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB80183222-
CMYK0.640.1800.13
HSL196.48º68.27%59.22%-
HSV(B)196.48º63.96%87.06%-
XYZ33.4340.8575.23-
YUV156.65164.8873.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.49%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=16.49%
G=37.73%
B=45.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal801832220.640.1800.13196.4868.2759.22
Hex50B7DE40120Dc4443b
Octal1202673361002201530410473
Binary1010000101101111101111010000001001001101110001001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50B7DE;
 }
 .AnyTagClassName
 {
   color: #50B7DE;
 }
</style>
background-color css

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

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

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

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

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

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