#59BBF0

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

Shades of Malibu #59BBF0

Tints of Malibu #59BBF0

Color information

#59BBF0 (or 0x59BBF0) is unknown color: approx Malibu. HEX triplet: 59, BB and F0. RGB value is (89,187,240). Sum of RGB (Red+Green+Blue) = 89+187+240=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #59BBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BBF0 is #A6440F. Grayscale: #A3A3A3. Windows color (decimal): -10896400 or 15776601. OLE color: 15776601.

HSL color Cylindrical-coordinate representation of color #59BBF0: hue angle of 201.06º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59BBF0 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89187240-
CMYK0.630.2200.06
HSL201.06º83.43%64.51%-
HSV(B)201.06º62.92%94.12%-
XYZ37.6243.9688.94-
YUV163.74171.0374.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.25%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 240 (94.14% from 255) = 46.51%
R=17.25%
G=36.24%
B=46.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal891872400.630.2200.06201.0683.4364.51
Hex59BBF03F1606c95341
Octal131273360772606311123101
Binary101100110111011111100001111111011001101100100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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