#59BCF0

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

Shades of Malibu #59BCF0

Tints of Malibu #59BCF0

Color information

#59BCF0 (or 0x59BCF0) is unknown color: approx Malibu. HEX triplet: 59, BC and F0. RGB value is (89,188,240). Sum of RGB (Red+Green+Blue) = 89+188+240=517 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.21% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #59BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BCF0 is #A6430F. Grayscale: #A4A4A4. Windows color (decimal): -10896144 or 15776857. OLE color: 15776857.

HSL color Cylindrical-coordinate representation of color #59BCF0: hue angle of 200.66º 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 #59BCF0 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89188240-
CMYK0.630.2200.06
HSL200.66º83.43%64.51%-
HSV(B)200.66º62.92%94.12%-
XYZ37.8344.3889.01-
YUV164.33170.774.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.21%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 240 (94.14% from 255) = 46.42%
R=17.21%
G=36.36%
B=46.42%

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
Decimal891882400.630.2200.06200.6683.4364.51
Hex59BCF03F1606c95341
Octal131274360772606311123101
Binary101100110111100111100001111111011001101100100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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