#58C1E3

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

Shades of Malibu #58C1E3

Tints of Malibu #58C1E3

Color information

#58C1E3 (or 0x58C1E3) is unknown color: approx Malibu. HEX triplet: 58, C1 and E3. RGB value is (88,193,227). Sum of RGB (Red+Green+Blue) = 88+193+227=508 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.32% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 227 - color contains mainly: blue. Hex color #58C1E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C1E3 is #A73E1C. Grayscale: #A5A5A5. Windows color (decimal): -10960413 or 14926168. OLE color: 14926168.

HSL color Cylindrical-coordinate representation of color #58C1E3: hue angle of 194.68º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58C1E3 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB88193227-
CMYK0.610.1500.11
HSL194.68º71.28%61.76%-
HSV(B)194.68º61.23%89.02%-
XYZ36.9645.7679.56-
YUV165.48162.7172.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.32%
GREEN value IS 193 (75.78% from 255) = 37.99%
BLUE value IS 227 (89.06% from 255) = 44.69%
R=17.32%
G=37.99%
B=44.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal881932270.610.1500.11194.6871.2861.76
Hex58C1E33DF0Bc3473e
Octal130301343751701330310776
Binary10110001100000111100011111101111101011110000111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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