Html Css Color HEX #59BADD Malibu

📋 copy color: '#59BADD'

red 89 ◦ green 186 ◦ blue 221

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

Shades of Malibu #59BADD

Tints of Malibu #59BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.5%

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 17.94%
G = 37.5%
B = 44.56%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59BADD (or 0x59BADD) is known color: Malibu. HEX triplet: 59, BA and DD. RGB value is (89,186,221). Sum of RGB (Red+Green+Blue) = 89+186+221=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #59BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BADD is #A64522. Grayscale: #A0A0A0. Windows color (decimal): -10896675 or 14531161. OLE color: 14531161.

HSL color Cylindrical-coordinate representation of color #59BADD: hue angle of 195.91º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59BADD is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 186 221 -
CMYK 0.60 0.16 0 0.13
HSL 195.91º 0.66% 0.61% -
HSV(B) 195.91º 0.6% 0.87% -
XYZ 34.73 42.46 74.77 -
YUV 160.99 161.86 76.65 -
System Red Green Blue C M Y K H S L
Decimal 89 186 221 0.60 0.16 0 0.13 195.91 0.66 0.61
Hex 59 BA DD 3C 10 0 D C4 42 3D
Octal 131 272 335 74 20 0 15 304 102 75
Binary 1011001 10111010 11011101 111100 10000 0 1101 11000100 1000010 111101

Color Harmonies of #59BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BADD

Black with #59BADD

Text Example


Text Example

White with #59BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,186,221); }

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

background-color css

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

 a { background-color: rgb(89,186,221); }

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

border-color css

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

 span { border-color: rgb(89,186,221); }

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