Html Css Color HEX #59BBDC Malibu

📋 copy color: '#59BBDC'

red 89 ◦ green 187 ◦ blue 220

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

Shades of Malibu #59BBDC

Tints of Malibu #59BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.7%

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

R = 17.94%
G = 37.7%
B = 44.35%

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

#59BBDC (or 0x59BBDC) is known color: Malibu. HEX triplet: 59, BB and DC. RGB value is (89,187,220). Sum of RGB (Red+Green+Blue) = 89+187+220=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #59BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBDC is #A64423. Grayscale: #A1A1A1. Windows color (decimal): -10896420 or 14465881. OLE color: 14465881.

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

Color convert

RGB 89 187 220 -
CMYK 0.60 0.15 0 0.14
HSL 195.11º 0.65% 0.61% -
HSV(B) 195.11º 0.6% 0.86% -
XYZ 34.81 42.83 74.14 -
YUV 161.46 161.03 76.32 -
System Red Green Blue C M Y K H S L
Decimal 89 187 220 0.60 0.15 0 0.14 195.11 0.65 0.61
Hex 59 BB DC 3C F 0 E C3 41 3D
Octal 131 273 334 74 17 0 16 303 101 75
Binary 1011001 10111011 11011100 111100 1111 0 1110 11000011 1000001 111101

Color Harmonies of #59BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BBDC

Black with #59BBDC

Text Example


Text Example

White with #59BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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