#72b2dd

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

Shades of Malibu #72B2DD

Tints of Malibu #72B2DD

Color information

#72B2DD (or 0x72B2DD) is unknown color: approx Malibu. HEX triplet: 72, B2 and DD. RGB value is (114,178,221). Sum of RGB (Red+Green+Blue) = 114+178+221=513 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.22% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #72B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #72B2DD is #8D4D22. Grayscale: #A3A3A3. Windows color (decimal): -9260323 or 14529138. OLE color: 14529138.

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

Color convert

RGB114178221-
CMYK0.480.1900.13
HSL204.11º61.14%65.69%-
HSV(B)204.11º48.42%86.67%-
XYZ35.9140.6474.36-
YUV163.77160.392.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.22%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=22.22%
G=34.70%
B=43.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141782210.480.1900.13204.1161.1465.69
Hex72B2DD30130Dcc3d42
Octal162262335602301531475102
Binary111001010110010110111011100001001101101110011001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72b2dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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