#58B8D7

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

Shades of Malibu #58B8D7

Tints of Malibu #58B8D7

Color information

#58B8D7 (or 0x58B8D7) is unknown color: approx Malibu. HEX triplet: 58, B8 and D7. RGB value is (88,184,215). Sum of RGB (Red+Green+Blue) = 88+184+215=487 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.07% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #58B8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8D7 is #A74728. Grayscale: #9E9E9E. Windows color (decimal): -10962729 or 14137432. OLE color: 14137432.

HSL color Cylindrical-coordinate representation of color #58B8D7: hue angle of 194.65º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58B8D7 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB88184215-
CMYK0.590.1400.16
HSL194.65º61.35%59.41%-
HSV(B)194.65º59.07%84.31%-
XYZ33.4341.2670.49-
YUV158.83159.777.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.07%
GREEN value IS 184 (72.27% from 255) = 37.78%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=18.07%
G=37.78%
B=44.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal881842150.590.1400.16194.6561.3559.41
Hex58B8D73BE010c33d3b
Octal13027032773160203037573
Binary10110001011100011010111111011111001000011000011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,184,215); }

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

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

 a { background-color: rgb(88,184,215); }

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

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

 span { border-color: rgb(88,184,215); }

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