Html Css Color HEX #59BAEC Malibu

📋 copy color: '#59BAEC'

red 89 ◦ green 186 ◦ blue 236

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

Shades of Malibu #59BAEC

Tints of Malibu #59BAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 17.42%
G = 36.4%
B = 46.18%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#59BAEC (or 0x59BAEC) is known color: Malibu. HEX triplet: 59, BA and EC. RGB value is (89,186,236). Sum of RGB (Red+Green+Blue) = 89+186+236=511 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.42% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #59BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BAEC is #A64513. Grayscale: #A2A2A2. Windows color (decimal): -10896660 or 15514201. OLE color: 15514201.

HSL color Cylindrical-coordinate representation of color #59BAEC: hue angle of 200.41º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59BAEC is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 186 236 -
CMYK 0.62 0.21 0 0.07
HSL 200.41º 0.79% 0.64% -
HSV(B) 200.41º 0.62% 0.93% -
XYZ 36.82 43.3 85.77 -
YUV 162.7 169.36 75.43 -
System Red Green Blue C M Y K H S L
Decimal 89 186 236 0.62 0.21 0 0.07 200.41 0.79 0.64
Hex 59 BA EC 3E 15 0 7 C8 4F 40
Octal 131 272 354 76 25 0 7 310 117 100
Binary 1011001 10111010 11101100 111110 10101 0 111 11001000 1001111 1000000

Color Harmonies of #59BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAEC

Black with #59BAEC

Text Example


Text Example

White with #59BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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