#59BBDE

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

Shades of Malibu #59BBDE

Tints of Malibu #59BBDE

Color information

#59BBDE (or 0x59BBDE) is unknown color: approx Malibu. HEX triplet: 59, BB and DE. RGB value is (89,187,222). Sum of RGB (Red+Green+Blue) = 89+187+222=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #59BBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBDE is #A64421. Grayscale: #A1A1A1. Windows color (decimal): -10896418 or 14596953. OLE color: 14596953.

HSL color Cylindrical-coordinate representation of color #59BBDE: hue angle of 195.79º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59BBDE is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89187222-
CMYK0.600.1600.13
HSL195.79º66.83%60.98%-
HSV(B)195.79º59.91%87.06%-
XYZ35.0742.9475.55-
YUV161.69162.0376.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.87%
GREEN value IS 187 (73.44% from 255) = 37.55%
BLUE value IS 222 (87.11% from 255) = 44.58%
R=17.87%
G=37.55%
B=44.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891872220.600.1600.13195.7966.8360.98
Hex59BBDE3C100Dc4433d
Octal131273336742001530410375
Binary101100110111011110111101111001000001101110001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,187,222); }

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

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

 a { background-color: rgb(89,187,222); }

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

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

 span { border-color: rgb(89,187,222); }

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