#59BDDA

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

Shades of Malibu #59BDDA

Tints of Malibu #59BDDA

Color information

#59BDDA (or 0x59BDDA) is unknown color: approx Malibu. HEX triplet: 59, BD and DA. RGB value is (89,189,218). Sum of RGB (Red+Green+Blue) = 89+189+218=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #59BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDDA is #A64225. Grayscale: #A2A2A2. Windows color (decimal): -10895910 or 14335321. OLE color: 14335321.

HSL color Cylindrical-coordinate representation of color #59BDDA: hue angle of 193.49º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59BDDA is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB89189218-
CMYK0.590.1300.15
HSL193.49º63.55%60.2%-
HSV(B)193.49º59.17%85.49%-
XYZ34.9743.5872.9-
YUV162.41159.3775.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.94%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=17.94%
G=38.10%
B=43.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal891892180.590.1300.15193.4963.5560.2
Hex59BDDA3BD0Fc1403c
Octal131275332731501730110074
Binary10110011011110111011010111011110101111110000011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59BDDA; }

 p { color: rgb(89,189,218); }

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

<style>
 a { background-color: #59BDDA; }

 a { background-color: rgb(89,189,218); }

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

<style>
 span { border-color: #59BDDA; }

 span { border-color: rgb(89,189,218); }

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