#59BFDD

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

Shades of Malibu #59BFDD

Tints of Malibu #59BFDD

Color information

#59BFDD (or 0x59BFDD) is unknown color: approx Malibu. HEX triplet: 59, BF and DD. RGB value is (89,191,221). Sum of RGB (Red+Green+Blue) = 89+191+221=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #59BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFDD is #A64022. Grayscale: #A3A3A3. Windows color (decimal): -10895395 or 14532441. OLE color: 14532441.

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

Color convert

RGB89191221-
CMYK0.600.1400.13
HSL193.64º66%60.78%-
HSV(B)193.64º59.73%86.67%-
XYZ35.844.6175.13-
YUV163.92160.2174.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.76%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=17.76%
G=38.12%
B=44.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891912210.600.1400.13193.646660.78
Hex59BFDD3CE0Dc2423d
Octal131277335741601530210275
Binary10110011011111111011101111100111001101110000101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,191,221); }

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

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

 a { background-color: rgb(89,191,221); }

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

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

 span { border-color: rgb(89,191,221); }

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