Html Css Color HEX #59ADDB Malibu

📋 copy color: '#59ADDB'

red 89 ◦ green 173 ◦ blue 219

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

Shades of Malibu #59ADDB

Tints of Malibu #59ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 18.5%
G = 35.97%
B = 45.53%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59ADDB (or 0x59ADDB) is known color: Malibu. HEX triplet: 59, AD and DB. RGB value is (89,173,219). Sum of RGB (Red+Green+Blue) = 89+173+219=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #59ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADDB is #A65224. Grayscale: #989898. Windows color (decimal): -10900005 or 14396761. OLE color: 14396761.

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

Color convert

RGB 89 173 219 -
CMYK 0.59 0.21 0 0.14
HSL 201.23º 0.64% 0.6% -
HSV(B) 201.23º 0.59% 0.86% -
XYZ 31.85 37.13 72.51 -
YUV 153.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 89 173 219 0.59 0.21 0 0.14 201.23 0.64 0.6
Hex 59 AD DB 3B 15 0 E C9 40 3C
Octal 131 255 333 73 25 0 16 311 100 74
Binary 1011001 10101101 11011011 111011 10101 0 1110 11001001 1000000 111100

Color Harmonies of #59ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ADDB

Black with #59ADDB

Text Example


Text Example

White with #59ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,173,219); }

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

background-color css

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

 a { background-color: rgb(89,173,219); }

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

border-color css

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

 span { border-color: rgb(89,173,219); }

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