Html Css Color HEX #59ACDD Malibu

📋 copy color: '#59ACDD'

red 89 ◦ green 172 ◦ blue 221

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

Shades of Malibu #59ACDD

Tints of Malibu #59ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 18.46%
G = 35.68%
B = 45.85%

CMYK

 C value IS 0.60

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59ACDD (or 0x59ACDD) is known color: Malibu. HEX triplet: 59, AC and DD. RGB value is (89,172,221). Sum of RGB (Red+Green+Blue) = 89+172+221=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #59ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACDD is #A65322. Grayscale: #989898. Windows color (decimal): -10900259 or 14527577. OLE color: 14527577.

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

Color convert

RGB 89 172 221 -
CMYK 0.60 0.22 0 0.13
HSL 202.27º 0.66% 0.61% -
HSV(B) 202.27º 0.6% 0.87% -
XYZ 31.92 36.85 73.84 -
YUV 152.77 166.5 82.52 -
System Red Green Blue C M Y K H S L
Decimal 89 172 221 0.60 0.22 0 0.13 202.27 0.66 0.61
Hex 59 AC DD 3C 16 0 D CA 42 3D
Octal 131 254 335 74 26 0 15 312 102 75
Binary 1011001 10101100 11011101 111100 10110 0 1101 11001010 1000010 111101

Color Harmonies of #59ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACDD

Black with #59ACDD

Text Example


Text Example

White with #59ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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