#58B9E7

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

Shades of Malibu #58B9E7

Tints of Malibu #58B9E7

Color information

#58B9E7 (or 0x58B9E7) is unknown color: approx Malibu. HEX triplet: 58, B9 and E7. RGB value is (88,185,231). Sum of RGB (Red+Green+Blue) = 88+185+231=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #58B9E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B9E7 is #A74618. Grayscale: #A0A0A0. Windows color (decimal): -10962457 or 15186264. OLE color: 15186264.

HSL color Cylindrical-coordinate representation of color #58B9E7: hue angle of 199.3º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58B9E7 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB88185231-
CMYK0.620.2000.09
HSL199.3º74.87%62.55%-
HSV(B)199.3º61.9%90.59%-
XYZ35.842.5481.93-
YUV161.24167.3675.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.46%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 231 (90.62% from 255) = 45.83%
R=17.46%
G=36.71%
B=45.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal881852310.620.2000.09199.374.8762.55
Hex58B9E73E1409c74b3f
Octal130271347762401130711377
Binary101100010111001111001111111101010001001110001111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,185,231); }

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

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

 a { background-color: rgb(88,185,231); }

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

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

 span { border-color: rgb(88,185,231); }

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