#59B8F1

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

Shades of Malibu #59B8F1

Tints of Malibu #59B8F1

Color information

#59B8F1 (or 0x59B8F1) is unknown color: approx Malibu. HEX triplet: 59, B8 and F1. RGB value is (89,184,241). Sum of RGB (Red+Green+Blue) = 89+184+241=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #59B8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B8F1 is #A6470E. Grayscale: #A1A1A1. Windows color (decimal): -10897167 or 15841369. OLE color: 15841369.

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

Color convert

RGB89184241-
CMYK0.630.2400.05
HSL202.5º84.44%64.71%-
HSV(B)202.5º63.07%94.51%-
XYZ37.1442.7689.51-
YUV162.09172.5375.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.32%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 241 (94.53% from 255) = 46.89%
R=17.32%
G=35.80%
B=46.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal891842410.630.2400.05202.584.4464.71
Hex59B8F13F1805ca5441
Octal131270361773005312124101
Binary101100110111000111100011111111100001011100101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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