#58BAD9

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

Shades of Malibu #58BAD9

Tints of Malibu #58BAD9

Color information

#58BAD9 (or 0x58BAD9) is unknown color: approx Malibu. HEX triplet: 58, BA and D9. RGB value is (88,186,217). Sum of RGB (Red+Green+Blue) = 88+186+217=491 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.92% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #58BAD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BAD9 is #A74526. Grayscale: #A0A0A0. Windows color (decimal): -10962215 or 14269016. OLE color: 14269016.

HSL color Cylindrical-coordinate representation of color #58BAD9: hue angle of 194.42º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58BAD9 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB88186217-
CMYK0.590.1400.15
HSL194.42º62.93%59.8%-
HSV(B)194.42º59.45%85.1%-
XYZ34.1142.271.99-
YUV160.23160.0376.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.92%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=17.92%
G=37.88%
B=44.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal881862170.590.1400.15194.4262.9359.8
Hex58BAD93BE0Fc23f3c
Octal13027233173160173027774
Binary1011000101110101101100111101111100111111000010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,186,217); }

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

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

 a { background-color: rgb(88,186,217); }

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

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

 span { border-color: rgb(88,186,217); }

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