#58BEEA

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

Shades of Malibu #58BEEA

Tints of Malibu #58BEEA

Color information

#58BEEA (or 0x58BEEA) is unknown color: approx Malibu. HEX triplet: 58, BE and EA. RGB value is (88,190,234). Sum of RGB (Red+Green+Blue) = 88+190+234=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #58BEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BEEA is #A74115. Grayscale: #A4A4A4. Windows color (decimal): -10961174 or 15384152. OLE color: 15384152.

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

Color convert

RGB88190234-
CMYK0.620.1900.08
HSL198.08º77.66%63.14%-
HSV(B)198.08º62.39%91.76%-
XYZ37.2944.8484.53-
YUV164.52167.2173.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.19%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=17.19%
G=37.11%
B=45.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal881902340.620.1900.08198.0877.6663.14
Hex58BEEA3E1308c64e3f
Octal130276352762301030611677
Binary101100010111110111010101111101001101000110001101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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