#59BFDC

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

Shades of Malibu #59BFDC

Tints of Malibu #59BFDC

Color information

#59BFDC (or 0x59BFDC) is unknown color: approx Malibu. HEX triplet: 59, BF and DC. RGB value is (89,191,220). Sum of RGB (Red+Green+Blue) = 89+191+220=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #59BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFDC is #A64023. Grayscale: #A3A3A3. Windows color (decimal): -10895396 or 14466905. OLE color: 14466905.

HSL color Cylindrical-coordinate representation of color #59BFDC: hue angle of 193.28º 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 #59BFDC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89191220-
CMYK0.600.1300.14
HSL193.28º65.17%60.59%-
HSV(B)193.28º59.55%86.27%-
XYZ35.6744.5574.43-
YUV163.81159.7174.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.8%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 220 (86.33% from 255) = 44%
R=17.8%
G=38.2%
B=44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891912200.600.1300.14193.2865.1760.59
Hex59BFDC3CD0Ec1413d
Octal131277334741501630110175
Binary10110011011111111011100111100110101110110000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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