#59B9F1

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

Shades of Malibu #59B9F1

Tints of Malibu #59B9F1

Color information

#59B9F1 (or 0x59B9F1) is unknown color: approx Malibu. HEX triplet: 59, B9 and F1. RGB value is (89,185,241). Sum of RGB (Red+Green+Blue) = 89+185+241=515 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.28% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #59B9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B9F1 is #A6460E. Grayscale: #A2A2A2. Windows color (decimal): -10896911 or 15841625. OLE color: 15841625.

HSL color Cylindrical-coordinate representation of color #59B9F1: hue angle of 202.11º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59B9F1 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB89185241-
CMYK0.630.2300.05
HSL202.11º84.44%64.71%-
HSV(B)202.11º63.07%94.51%-
XYZ37.3543.1789.58-
YUV162.68172.275.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.28%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=17.28%
G=35.92%
B=46.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal891852410.630.2300.05202.1184.4464.71
Hex59B9F13F1705ca5441
Octal131271361772705312124101
Binary101100110111001111100011111111011101011100101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,185,241); }

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

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

 a { background-color: rgb(89,185,241); }

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

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

 span { border-color: rgb(89,185,241); }

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