#58C4E1

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

Shades of Malibu #58C4E1

Tints of Malibu #58C4E1

Color information

#58C4E1 (or 0x58C4E1) is unknown color: approx Malibu. HEX triplet: 58, C4 and E1. RGB value is (88,196,225). Sum of RGB (Red+Green+Blue) = 88+196+225=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #58C4E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C4E1 is #A73B1E. Grayscale: #A6A6A6. Windows color (decimal): -10959647 or 14795864. OLE color: 14795864.

HSL color Cylindrical-coordinate representation of color #58C4E1: hue angle of 192.7º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58C4E1 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB88196225-
CMYK0.610.1300.12
HSL192.7º69.54%61.37%-
HSV(B)192.7º60.89%88.24%-
XYZ37.3646.9978.34-
YUV167.01160.7271.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.29%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 225 (88.28% from 255) = 44.20%
R=17.29%
G=38.51%
B=44.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal881962250.610.1300.12192.769.5461.37
Hex58C4E13DD0Cc1463d
Octal130304341751501430110675
Binary10110001100010011100001111101110101100110000011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,196,225); }

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

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

 a { background-color: rgb(88,196,225); }

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

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

 span { border-color: rgb(88,196,225); }

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