Html Css Color HEX #59BDDB Malibu

📋 copy color: '#59BDDB'

red 89 ◦ green 189 ◦ blue 219

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

Shades of Malibu #59BDDB

Tints of Malibu #59BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

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

R = 17.91%
G = 38.03%
B = 44.06%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59BDDB (or 0x59BDDB) is known color: Malibu. HEX triplet: 59, BD and DB. RGB value is (89,189,219). Sum of RGB (Red+Green+Blue) = 89+189+219=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #59BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDDB is #A64224. Grayscale: #A2A2A2. Windows color (decimal): -10895909 or 14400857. OLE color: 14400857.

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

Color convert

RGB 89 189 219 -
CMYK 0.59 0.14 0 0.14
HSL 193.85º 0.64% 0.6% -
HSV(B) 193.85º 0.59% 0.86% -
XYZ 35.1 43.63 73.59 -
YUV 162.52 159.87 75.56 -
System Red Green Blue C M Y K H S L
Decimal 89 189 219 0.59 0.14 0 0.14 193.85 0.64 0.6
Hex 59 BD DB 3B E 0 E C2 40 3C
Octal 131 275 333 73 16 0 16 302 100 74
Binary 1011001 10111101 11011011 111011 1110 0 1110 11000010 1000000 111100

Color Harmonies of #59BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDDB

Black with #59BDDB

Text Example


Text Example

White with #59BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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