#72B9DC

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

Shades of Malibu #72B9DC

Tints of Malibu #72B9DC

Color information

#72B9DC (or 0x72B9DC) is unknown color: approx Malibu. HEX triplet: 72, B9 and DC. RGB value is (114,185,220). Sum of RGB (Red+Green+Blue) = 114+185+220=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #72B9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B9DC is #8D4623. Grayscale: #A7A7A7. Windows color (decimal): -9258532 or 14465394. OLE color: 14465394.

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

Color convert

RGB114185220-
CMYK0.480.1600.14
HSL199.81º60.23%65.49%-
HSV(B)199.81º48.18%86.27%-
XYZ37.2143.4474.13-
YUV167.76157.4889.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=21.97%
G=35.65%
B=42.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141852200.480.1600.14199.8160.2365.49
Hex72B9DC30100Ec83c41
Octal162271334602001631074101
Binary111001010111001110111001100001000001110110010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72B9DC; }

 p { color: rgb(114,185,220); }

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

<style>
 a { background-color: #72B9DC; }

 a { background-color: rgb(114,185,220); }

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

<style>
 span { border-color: #72B9DC; }

 span { border-color: rgb(114,185,220); }

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