Html Css Color HEX #59C0DB Malibu

📋 copy color: '#59C0DB'

red 89 ◦ green 192 ◦ blue 219

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

Shades of Malibu #59C0DB

Tints of Malibu #59C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.4%

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

R = 17.8%
G = 38.4%
B = 43.8%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59C0DB (or 0x59C0DB) is known color: Malibu. HEX triplet: 59, C0 and DB. RGB value is (89,192,219). Sum of RGB (Red+Green+Blue) = 89+192+219=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #59C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C0DB is #A63F24. Grayscale: #A4A4A4. Windows color (decimal): -10895141 or 14401625. OLE color: 14401625.

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

Color convert

RGB 89 192 219 -
CMYK 0.59 0.12 0 0.14
HSL 192.46º 0.64% 0.6% -
HSV(B) 192.46º 0.59% 0.86% -
XYZ 35.76 44.94 73.81 -
YUV 164.28 158.88 74.3 -
System Red Green Blue C M Y K H S L
Decimal 89 192 219 0.59 0.12 0 0.14 192.46 0.64 0.6
Hex 59 C0 DB 3B C 0 E C0 40 3C
Octal 131 300 333 73 14 0 16 300 100 74
Binary 1011001 11000000 11011011 111011 1100 0 1110 11000000 1000000 111100

Color Harmonies of #59C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C0DB

Black with #59C0DB

Text Example


Text Example

White with #59C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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