#73B5DC

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

Shades of Malibu #73B5DC

Tints of Malibu #73B5DC

Color information

#73B5DC (or 0x73B5DC) is unknown color: approx Malibu. HEX triplet: 73, B5 and DC. RGB value is (115,181,220). Sum of RGB (Red+Green+Blue) = 115+181+220=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #73B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B5DC is #8C4A23. Grayscale: #A5A5A5. Windows color (decimal): -9194020 or 14464371. OLE color: 14464371.

HSL color Cylindrical-coordinate representation of color #73B5DC: hue angle of 202.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73B5DC is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB115181220-
CMYK0.480.1800.14
HSL202.29º60%65.69%-
HSV(B)202.29º47.73%86.27%-
XYZ36.5141.8673.87-
YUV165.71158.6391.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.29%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=22.29%
G=35.08%
B=42.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1151812200.480.1800.14202.296065.69
Hex73B5DC30120Eca3c42
Octal163265334602201631274102
Binary111001110110101110111001100001001001110110010101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B5DC; }

 p { color: rgb(115,181,220); }

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

<style>
 a { background-color: #73B5DC; }

 a { background-color: rgb(115,181,220); }

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

<style>
 span { border-color: #73B5DC; }

 span { border-color: rgb(115,181,220); }

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