#50B5DD

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

Shades of Malibu #50B5DD

Tints of Malibu #50B5DD

Color information

#50B5DD (or 0x50B5DD) is unknown color: approx Malibu. HEX triplet: 50, B5 and DD. RGB value is (80,181,221). Sum of RGB (Red+Green+Blue) = 80+181+221=482 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.60% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #50B5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B5DD is #AF4A22. Grayscale: #9B9B9B. Windows color (decimal): -11487779 or 14529872. OLE color: 14529872.

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

Color convert

RGB80181221-
CMYK0.640.1800.13
HSL197.02º67.46%59.02%-
HSV(B)197.02º63.8%86.67%-
XYZ32.8839.9774.39-
YUV155.36165.0474.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.60%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=16.60%
G=37.55%
B=45.85%

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
Decimal801812210.640.1800.13197.0267.4659.02
Hex50B5DD40120Dc5433b
Octal1202653351002201530510373
Binary1010000101101011101110110000001001001101110001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,181,221); }

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

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

 a { background-color: rgb(80,181,221); }

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

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

 span { border-color: rgb(80,181,221); }

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