#72BFE3

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

Shades of Malibu #72BFE3

Tints of Malibu #72BFE3

Color information

#72BFE3 (or 0x72BFE3) is unknown color: approx Malibu. HEX triplet: 72, BF and E3. RGB value is (114,191,227). Sum of RGB (Red+Green+Blue) = 114+191+227=532 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.43% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #72BFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BFE3 is #8D401C. Grayscale: #ABABAB. Windows color (decimal): -9256989 or 14925682. OLE color: 14925682.

HSL color Cylindrical-coordinate representation of color #72BFE3: hue angle of 199.12º 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 #72BFE3 is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114191227-
CMYK0.500.1600.11
HSL199.12º66.86%66.86%-
HSV(B)199.12º49.78%89.02%-
XYZ39.4446.3979.55-
YUV172.08158.9986.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.43%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 227 (89.06% from 255) = 42.67%
R=21.43%
G=35.90%
B=42.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141912270.500.1600.11199.1266.8666.86
Hex72BFE332100Bc74343
Octal1622773436220013307103103
Binary1110010101111111110001111001010000010111100011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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