#72B7DD

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

Shades of Malibu #72B7DD

Tints of Malibu #72B7DD

Color information

#72B7DD (or 0x72B7DD) is unknown color: approx Malibu. HEX triplet: 72, B7 and DD. RGB value is (114,183,221). Sum of RGB (Red+Green+Blue) = 114+183+221=518 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.01% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #72B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7DD is #8D4822. Grayscale: #A6A6A6. Windows color (decimal): -9259043 or 14530418. OLE color: 14530418.

HSL color Cylindrical-coordinate representation of color #72B7DD: hue angle of 201.31º 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 #72B7DD is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114183221-
CMYK0.480.1700.13
HSL201.31º61.14%65.69%-
HSV(B)201.31º48.42%86.67%-
XYZ36.9242.6674.7-
YUV166.7158.6490.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.01%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=22.01%
G=35.33%
B=42.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141832210.480.1700.13201.3161.1465.69
Hex72B7DD30110Dc93d42
Octal162267335602101531175102
Binary111001010110111110111011100001000101101110010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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