#58AEDC

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

Shades of Malibu #58AEDC

Tints of Malibu #58AEDC

Color information

#58AEDC (or 0x58AEDC) is unknown color: approx Malibu. HEX triplet: 58, AE and DC. RGB value is (88,174,220). Sum of RGB (Red+Green+Blue) = 88+174+220=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #58AEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AEDC is #A75123. Grayscale: #999999. Windows color (decimal): -10965284 or 14462552. OLE color: 14462552.

HSL color Cylindrical-coordinate representation of color #58AEDC: hue angle of 200.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58AEDC is Cyan = 0.6, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB88174220-
CMYK0.60.2100.14
HSL200.91º65.35%60.39%-
HSV(B)200.91º60%86.27%-
XYZ32.0837.5173.26-
YUV153.53165.5181.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.26%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=18.26%
G=36.10%
B=45.64%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal881742200.60.2100.14200.9165.3560.39
Hex58AEDC3C150Ec9413c
Octal130256334742501631110174
Binary101100010101110110111001111001010101110110010011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,174,220); }

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

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

 a { background-color: rgb(88,174,220); }

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

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

 span { border-color: rgb(88,174,220); }

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