#59BDE1

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

Shades of Malibu #59BDE1

Tints of Malibu #59BDE1

Color information

#59BDE1 (or 0x59BDE1) is unknown color: approx Malibu. HEX triplet: 59, BD and E1. RGB value is (89,189,225). Sum of RGB (Red+Green+Blue) = 89+189+225=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #59BDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDE1 is #A6421E. Grayscale: #A2A2A2. Windows color (decimal): -10895903 or 14794073. OLE color: 14794073.

HSL color Cylindrical-coordinate representation of color #59BDE1: hue angle of 195.88º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59BDE1 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB89189225-
CMYK0.600.1600.12
HSL195.88º69.39%61.57%-
HSV(B)195.88º60.44%88.24%-
XYZ35.9143.9677.83-
YUV163.2162.8775.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.69%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 225 (88.28% from 255) = 44.73%
R=17.69%
G=37.57%
B=44.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal891892250.600.1600.12195.8869.3961.57
Hex59BDE13C100Cc4453e
Octal131275341742001430410576
Binary101100110111101111000011111001000001100110001001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,189,225); }

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

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

 a { background-color: rgb(89,189,225); }

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

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

 span { border-color: rgb(89,189,225); }

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