#58C1E0

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

Shades of Malibu #58C1E0

Tints of Malibu #58C1E0

Color information

#58C1E0 (or 0x58C1E0) is unknown color: approx Malibu. HEX triplet: 58, C1 and E0. RGB value is (88,193,224). Sum of RGB (Red+Green+Blue) = 88+193+224=505 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.43% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #58C1E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C1E0 is #A73E1F. Grayscale: #A4A4A4. Windows color (decimal): -10960416 or 14729560. OLE color: 14729560.

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

Color convert

RGB88193224-
CMYK0.610.1400.12
HSL193.68º68.69%61.18%-
HSV(B)193.68º60.71%87.84%-
XYZ36.5545.677.4-
YUV165.14161.2172.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.43%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 224 (87.89% from 255) = 44.36%
R=17.43%
G=38.22%
B=44.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal881932240.610.1400.12193.6868.6961.18
Hex58C1E03DE0Cc2453d
Octal130301340751601430210575
Binary10110001100000111100000111101111001100110000101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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