#59B1F0

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

Shades of Malibu #59B1F0

Tints of Malibu #59B1F0

Color information

#59B1F0 (or 0x59B1F0) is unknown color: approx Malibu. HEX triplet: 59, B1 and F0. RGB value is (89,177,240). Sum of RGB (Red+Green+Blue) = 89+177+240=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #59B1F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59B1F0 is #A64E0F. Grayscale: #9D9D9D. Windows color (decimal): -10898960 or 15774041. OLE color: 15774041.

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

Color convert

RGB89177240-
CMYK0.630.2600.06
HSL205.03º83.43%64.51%-
HSV(B)205.03º62.92%94.12%-
XYZ35.5739.8688.26-
YUV157.87174.3578.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.59%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 240 (94.14% from 255) = 47.43%
R=17.59%
G=34.98%
B=47.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal891772400.630.2600.06205.0383.4364.51
Hex59B1F03F1A06cd5341
Octal131261360773206315123101
Binary101100110110001111100001111111101001101100110110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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