#72B7EC

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

Shades of Malibu #72B7EC

Tints of Malibu #72B7EC

Color information

#72B7EC (or 0x72B7EC) is unknown color: approx Malibu. HEX triplet: 72, B7 and EC. RGB value is (114,183,236). Sum of RGB (Red+Green+Blue) = 114+183+236=533 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.39% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #72B7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72B7EC is #8D4813. Grayscale: #A8A8A8. Windows color (decimal): -9259028 or 15513458. OLE color: 15513458.

HSL color Cylindrical-coordinate representation of color #72B7EC: hue angle of 206.07º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72B7EC is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114183236-
CMYK0.520.2200.07
HSL206.07º76.25%68.63%-
HSV(B)206.07º51.69%92.55%-
XYZ39.0143.585.7-
YUV168.41166.1489.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.39%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=21.39%
G=34.33%
B=44.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141832360.520.2200.07206.0776.2568.63
Hex72B7EC341607ce4c45
Octal162267354642607316114105
Binary111001010110111111011001101001011001111100111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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