#58C4E0

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

Shades of Malibu #58C4E0

Tints of Malibu #58C4E0

Color information

#58C4E0 (or 0x58C4E0) is unknown color: approx Malibu. HEX triplet: 58, C4 and E0. RGB value is (88,196,224). Sum of RGB (Red+Green+Blue) = 88+196+224=508 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.32% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #58C4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C4E0 is #A73B1F. Grayscale: #A6A6A6. Windows color (decimal): -10959648 or 14730328. OLE color: 14730328.

HSL color Cylindrical-coordinate representation of color #58C4E0: hue angle of 192.35º degrees, saturation: 0.69, 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 #58C4E0 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB88196224-
CMYK0.610.1200.12
HSL192.35º68.69%61.18%-
HSV(B)192.35º60.71%87.84%-
XYZ37.2246.9477.62-
YUV166.9160.2271.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.32%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 224 (87.89% from 255) = 44.09%
R=17.32%
G=38.58%
B=44.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal881962240.610.1200.12192.3568.6961.18
Hex58C4E03DC0Cc0453d
Octal130304340751401430010575
Binary10110001100010011100000111101110001100110000001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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