#72BDE3

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

Shades of Malibu #72BDE3

Tints of Malibu #72BDE3

Color information

#72BDE3 (or 0x72BDE3) is unknown color: approx Malibu. HEX triplet: 72, BD and E3. RGB value is (114,189,227). Sum of RGB (Red+Green+Blue) = 114+189+227=530 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.51% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 227 (89.06% from 255 or 42.83% from 530); Max value from RGB is 227 - color contains mainly: blue. Hex color #72BDE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDE3 is #8D421C. Grayscale: #AAAAAA. Windows color (decimal): -9257501 or 14925170. OLE color: 14925170.

HSL color Cylindrical-coordinate representation of color #72BDE3: hue angle of 200.18º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72BDE3 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114189227-
CMYK0.500.1700.11
HSL200.18º66.86%66.86%-
HSV(B)200.18º49.78%89.02%-
XYZ3945.5279.4-
YUV170.91159.6587.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.51%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 227 (89.06% from 255) = 42.83%
R=21.51%
G=35.66%
B=42.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141892270.500.1700.11200.1866.8666.86
Hex72BDE332110Bc84343
Octal1622753436221013310103103
Binary1110010101111011110001111001010001010111100100010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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