#72BDEB

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

Shades of Malibu #72BDEB

Tints of Malibu #72BDEB

Color information

#72BDEB (or 0x72BDEB) is unknown color: approx Malibu. HEX triplet: 72, BD and EB. RGB value is (114,189,235). Sum of RGB (Red+Green+Blue) = 114+189+235=538 (71% of max value = 765). Red value is 114 (44.92% from 255 or 21.19% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #72BDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BDEB is #8D4214. Grayscale: #ABABAB. Windows color (decimal): -9257493 or 15449458. OLE color: 15449458.

HSL color Cylindrical-coordinate representation of color #72BDEB: hue angle of 202.81º 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 #72BDEB is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114189235-
CMYK0.510.2000.08
HSL202.81º75.16%68.43%-
HSV(B)202.81º51.49%92.16%-
XYZ40.1345.9785.36-
YUV171.82163.6586.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.19%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=21.19%
G=35.13%
B=43.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141892350.510.2000.08202.8175.1668.43
Hex72BDEB331408cb4b44
Octal1622753536324010313113104
Binary1110010101111011110101111001110100010001100101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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