Html Css Color HEX #59ACE1 Malibu

📋 copy color: '#59ACE1'

red 89 ◦ green 172 ◦ blue 225

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

Shades of Malibu #59ACE1

Tints of Malibu #59ACE1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 18.31%
G = 35.39%
B = 46.3%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#59ACE1 (or 0x59ACE1) is known color: Malibu. HEX triplet: 59, AC and E1. RGB value is (89,172,225). Sum of RGB (Red+Green+Blue) = 89+172+225=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #59ACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACE1 is #A6531E. Grayscale: #989898. Windows color (decimal): -10900255 or 14789721. OLE color: 14789721.

HSL color Cylindrical-coordinate representation of color #59ACE1: hue angle of 203.38º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59ACE1 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 172 225 -
CMYK 0.60 0.24 0 0.12
HSL 203.38º 0.69% 0.62% -
HSV(B) 203.38º 0.6% 0.88% -
XYZ 32.46 37.07 76.68 -
YUV 153.23 168.5 82.19 -
System Red Green Blue C M Y K H S L
Decimal 89 172 225 0.60 0.24 0 0.12 203.38 0.69 0.62
Hex 59 AC E1 3C 18 0 C CB 45 3E
Octal 131 254 341 74 30 0 14 313 105 76
Binary 1011001 10101100 11100001 111100 11000 0 1100 11001011 1000101 111110

Color Harmonies of #59ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ACE1

Black with #59ACE1

Text Example


Text Example

White with #59ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,172,225); }

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

background-color css

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

 a { background-color: rgb(89,172,225); }

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

border-color css

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

 span { border-color: rgb(89,172,225); }

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