#58CAEA

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

Shades of Malibu #58CAEA

Tints of Malibu #58CAEA

Color information

#58CAEA (or 0x58CAEA) is unknown color: approx Malibu. HEX triplet: 58, CA and EA. RGB value is (88,202,234). Sum of RGB (Red+Green+Blue) = 88+202+234=524 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.79% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #58CAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CAEA is #A73515. Grayscale: #ABABAB. Windows color (decimal): -10958102 or 15387224. OLE color: 15387224.

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

Color convert

RGB88202234-
CMYK0.620.1400.08
HSL193.15º77.66%63.14%-
HSV(B)193.15º62.39%91.76%-
XYZ4050.2685.43-
YUV171.56163.2368.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.79%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=16.79%
G=38.55%
B=44.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal882022340.620.1400.08193.1577.6663.14
Hex58CAEA3EE08c14e3f
Octal130312352761601030111677
Binary10110001100101011101010111110111001000110000011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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