#72b9eb

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

Shades of Malibu #72B9EB

Tints of Malibu #72B9EB

Color information

#72B9EB (or 0x72B9EB) is unknown color: approx Malibu. HEX triplet: 72, B9 and EB. RGB value is (114,185,235). Sum of RGB (Red+Green+Blue) = 114+185+235=534 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.35% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #72B9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72B9EB is #8D4614. Grayscale: #A9A9A9. Windows color (decimal): -9258517 or 15448434. OLE color: 15448434.

HSL color Cylindrical-coordinate representation of color #72B9EB: hue angle of 204.79º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72B9EB is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114185235-
CMYK0.510.2100.08
HSL204.79º75.16%68.43%-
HSV(B)204.79º51.49%92.16%-
XYZ39.2844.2785.07-
YUV169.47164.9888.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.35%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=21.35%
G=34.64%
B=44.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141852350.510.2100.08204.7975.1668.43
Hex72B9EB331508cd4b44
Octal1622713536325010315113104
Binary1110010101110011110101111001110101010001100110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72b9eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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