Html Css Color HEX #59BCDC Malibu

📋 copy color: '#59BCDC'

red 89 ◦ green 188 ◦ blue 220

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

Shades of Malibu #59BCDC

Tints of Malibu #59BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.83%

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

R = 17.91%
G = 37.83%
B = 44.27%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59BCDC (or 0x59BCDC) is known color: Malibu. HEX triplet: 59, BC and DC. RGB value is (89,188,220). Sum of RGB (Red+Green+Blue) = 89+188+220=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #59BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCDC is #A64323. Grayscale: #A1A1A1. Windows color (decimal): -10896164 or 14466137. OLE color: 14466137.

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

Color convert

RGB 89 188 220 -
CMYK 0.60 0.15 0 0.14
HSL 194.66º 0.65% 0.61% -
HSV(B) 194.66º 0.6% 0.86% -
XYZ 35.02 43.26 74.21 -
YUV 162.05 160.7 75.9 -
System Red Green Blue C M Y K H S L
Decimal 89 188 220 0.60 0.15 0 0.14 194.66 0.65 0.61
Hex 59 BC DC 3C F 0 E C3 41 3D
Octal 131 274 334 74 17 0 16 303 101 75
Binary 1011001 10111100 11011100 111100 1111 0 1110 11000011 1000001 111101

Color Harmonies of #59BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCDC

Black with #59BCDC

Text Example


Text Example

White with #59BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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