#58ACEA

Color #58ACEA Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #58ACEA

Tints of Malibu #58ACEA

Color information

#58ACEA (or 0x58ACEA) is unknown color: approx Malibu. HEX triplet: 58, AC and EA. RGB value is (88,172,234). Sum of RGB (Red+Green+Blue) = 88+172+234=494 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.81% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #58ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ACEA is #A75315. Grayscale: #999999. Windows color (decimal): -10965782 or 15379544. OLE color: 15379544.

HSL color Cylindrical-coordinate representation of color #58ACEA: hue angle of 205.48º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58ACEA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB88172234-
CMYK0.620.2600.08
HSL205.48º77.66%63.14%-
HSV(B)205.48º62.39%91.76%-
XYZ33.6337.5283.31-
YUV153.95173.1780.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.81%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=17.81%
G=34.82%
B=47.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal881722340.620.2600.08205.4877.6663.14
Hex58ACEA3E1A08cd4e3f
Octal130254352763201031511677
Binary101100010101100111010101111101101001000110011011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58ACEA; }

 p { color: rgb(88,172,234); }

 H1.HeaderClassName
 {
   color: #58ACEA;
 }
 .AnyTagClassName
 {
   color: #58ACEA;
 }
</style>
background-color css

<style>
 a { background-color: #58ACEA; }

 a { background-color: rgb(88,172,234); }

 div.DivClassName
 {
   background-color: #58ACEA;
 }
 .BgClassName
 {
   background-color: #58ACEA;
 }
</style>
border-color css

<style>
 span { border-color: #58ACEA; }

 span { border-color: rgb(88,172,234); }

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