Html Css Color HEX #59C6DC Malibu

📋 copy color: '#59C6DC'

red 89 ◦ green 198 ◦ blue 220

#59C6DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #59C6DC

Tints of Malibu #59C6DC

RGB

 RED value IS 89 (35.16% from 255) = 17.55%

 GREEN value IS 198 (77.73% from 255) = 39.05%

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 17.55%
G = 39.05%
B = 43.39%

CMYK

 C value IS 0.60

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59C6DC (or 0x59C6DC) is known color: Malibu. HEX triplet: 59, C6 and DC. RGB value is (89,198,220). Sum of RGB (Red+Green+Blue) = 89+198+220=507 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.55% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #59C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C6DC is #A63923. Grayscale: #A7A7A7. Windows color (decimal): -10893604 or 14468697. OLE color: 14468697.

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

Color convert

RGB 89 198 220 -
CMYK 0.60 0.1 0 0.14
HSL 190.08º 0.65% 0.61% -
HSV(B) 190.08º 0.6% 0.86% -
XYZ 37.23 47.68 74.95 -
YUV 167.92 157.39 71.71 -
System Red Green Blue C M Y K H S L
Decimal 89 198 220 0.60 0.1 0 0.14 190.08 0.65 0.61
Hex 59 C6 DC 3C A 0 E BE 41 3D
Octal 131 306 334 74 12 0 16 276 101 75
Binary 1011001 11000110 11011100 111100 1010 0 1110 10111110 1000001 111101

Color Harmonies of #59C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C6DC

Black with #59C6DC

Text Example


Text Example

White with #59C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59C6DC;
 }
 .AnyTagClassName
 {
   color: #59C6DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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