#72B9DD

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

Shades of Malibu #72B9DD

Tints of Malibu #72B9DD

Color information

#72B9DD (or 0x72B9DD) is unknown color: approx Malibu. HEX triplet: 72, B9 and DD. RGB value is (114,185,221). Sum of RGB (Red+Green+Blue) = 114+185+221=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #72B9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B9DD is #8D4622. Grayscale: #A7A7A7. Windows color (decimal): -9258531 or 14530930. OLE color: 14530930.

HSL color Cylindrical-coordinate representation of color #72B9DD: hue angle of 200.19º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72B9DD is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114185221-
CMYK0.480.1600.13
HSL200.19º61.14%65.69%-
HSV(B)200.19º48.42%86.67%-
XYZ37.3443.574.83-
YUV167.88157.9889.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.92%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=21.92%
G=35.58%
B=42.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141852210.480.1600.13200.1961.1465.69
Hex72B9DD30100Dc83d42
Octal162271335602001531075102
Binary111001010111001110111011100001000001101110010001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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