#59b3ef

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

Shades of Malibu #59B3EF

Tints of Malibu #59B3EF

Color information

#59B3EF (or 0x59B3EF) is unknown color: approx Malibu. HEX triplet: 59, B3 and EF. RGB value is (89,179,239). Sum of RGB (Red+Green+Blue) = 89+179+239=507 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.55% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #59B3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59B3EF is #A64C10. Grayscale: #9E9E9E. Windows color (decimal): -10898449 or 15709017. OLE color: 15709017.

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

Color convert

RGB89179239-
CMYK0.630.2500.06
HSL204º82.42%64.31%-
HSV(B)204º62.76%93.73%-
XYZ35.8240.687.61-
YUV158.93173.1878.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.55%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 239 (93.75% from 255) = 47.14%
R=17.55%
G=35.31%
B=47.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal891792390.630.2500.0620482.4264.31
Hex59B3EF3F1906cc5240
Octal131263357773106314122100
Binary101100110110011111011111111111100101101100110010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59b3ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,179,239); }

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

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

 a { background-color: rgb(89,179,239); }

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

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

 span { border-color: rgb(89,179,239); }

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