#72BDE8

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

Shades of Malibu #72BDE8

Tints of Malibu #72BDE8

Color information

#72BDE8 (or 0x72BDE8) is unknown color: approx Malibu. HEX triplet: 72, BD and E8. RGB value is (114,189,232). Sum of RGB (Red+Green+Blue) = 114+189+232=535 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.31% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #72BDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BDE8 is #8D4217. Grayscale: #ABABAB. Windows color (decimal): -9257496 or 15252850. OLE color: 15252850.

HSL color Cylindrical-coordinate representation of color #72BDE8: hue angle of 201.86º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72BDE8 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114189232-
CMYK0.510.1900.09
HSL201.86º71.95%67.84%-
HSV(B)201.86º50.86%90.98%-
XYZ39.745.883.09-
YUV171.48162.1587-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.31%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 232 (91.02% from 255) = 43.36%
R=21.31%
G=35.33%
B=43.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141892320.510.1900.09201.8671.9567.84
Hex72BDE8331309ca4844
Octal1622753506323011312110104
Binary1110010101111011110100011001110011010011100101010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,189,232); }

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

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

 a { background-color: rgb(114,189,232); }

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

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

 span { border-color: rgb(114,189,232); }

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