#58B0DD

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

Shades of Malibu #58B0DD

Tints of Malibu #58B0DD

Color information

#58B0DD (or 0x58B0DD) is unknown color: approx Malibu. HEX triplet: 58, B0 and DD. RGB value is (88,176,221). Sum of RGB (Red+Green+Blue) = 88+176+221=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #58B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B0DD is #A74F22. Grayscale: #9A9A9A. Windows color (decimal): -10964771 or 14528600. OLE color: 14528600.

HSL color Cylindrical-coordinate representation of color #58B0DD: hue angle of 200.3º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58B0DD is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB88176221-
CMYK0.600.2000.13
HSL200.3º66.17%60.59%-
HSV(B)200.3º60.18%86.67%-
XYZ32.638.3574.09-
YUV154.82165.3580.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.14%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=18.14%
G=36.29%
B=45.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal881762210.600.2000.13200.366.1760.59
Hex58B0DD3C140Dc8423d
Octal130260335742401531010275
Binary101100010110000110111011111001010001101110010001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,176,221); }

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

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

 a { background-color: rgb(88,176,221); }

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

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

 span { border-color: rgb(88,176,221); }

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