#58A9EA

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

Shades of Malibu #58A9EA

Tints of Malibu #58A9EA

Color information

#58A9EA (or 0x58A9EA) is unknown color: approx Malibu. HEX triplet: 58, A9 and EA. RGB value is (88,169,234). Sum of RGB (Red+Green+Blue) = 88+169+234=491 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.92% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #58A9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58A9EA is #A75615. Grayscale: #979797. Windows color (decimal): -10966550 or 15378776. OLE color: 15378776.

HSL color Cylindrical-coordinate representation of color #58A9EA: hue angle of 206.71º 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 #58A9EA is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB88169234-
CMYK0.620.2800.08
HSL206.71º77.66%63.14%-
HSV(B)206.71º62.39%91.76%-
XYZ33.0636.3983.12-
YUV152.19174.1682.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.92%
GREEN value IS 169 (66.41% from 255) = 34.42%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=17.92%
G=34.42%
B=47.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal881692340.620.2800.08206.7177.6663.14
Hex58A9EA3E1C08cf4e3f
Octal130251352763401031711677
Binary101100010101001111010101111101110001000110011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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