#59BEDC

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

Shades of Malibu #59BEDC

Tints of Malibu #59BEDC

Color information

#59BEDC (or 0x59BEDC) is unknown color: approx Malibu. HEX triplet: 59, BE and DC. RGB value is (89,190,220). Sum of RGB (Red+Green+Blue) = 89+190+220=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #59BEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEDC is #A64123. Grayscale: #A2A2A2. Windows color (decimal): -10895652 or 14466649. OLE color: 14466649.

HSL color Cylindrical-coordinate representation of color #59BEDC: hue angle of 193.74º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59BEDC is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89190220-
CMYK0.600.1400.14
HSL193.74º65.17%60.59%-
HSV(B)193.74º59.55%86.27%-
XYZ35.4544.1274.36-
YUV163.22160.0475.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.84%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=17.84%
G=38.08%
B=44.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891902200.600.1400.14193.7465.1760.59
Hex59BEDC3CE0Ec2413d
Octal131276334741601630210175
Binary10110011011111011011100111100111001110110000101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,190,220); }

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

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

 a { background-color: rgb(89,190,220); }

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

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

 span { border-color: rgb(89,190,220); }

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