#58B0DE

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

Shades of Malibu #58B0DE

Tints of Malibu #58B0DE

Color information

#58B0DE (or 0x58B0DE) is unknown color: approx Malibu. HEX triplet: 58, B0 and DE. RGB value is (88,176,222). Sum of RGB (Red+Green+Blue) = 88+176+222=486 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.11% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #58B0DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58B0DE is #A74F21. Grayscale: #9A9A9A. Windows color (decimal): -10964770 or 14594136. OLE color: 14594136.

HSL color Cylindrical-coordinate representation of color #58B0DE: hue angle of 200.6º degrees, saturation: 0.67, 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 #58B0DE is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB88176222-
CMYK0.600.2100.13
HSL200.6º67%60.78%-
HSV(B)200.6º60.36%87.06%-
XYZ32.7338.474.79-
YUV154.93165.8580.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.11%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=18.11%
G=36.21%
B=45.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal881762220.600.2100.13200.66760.78
Hex58B0DE3C150Dc9433d
Octal130260336742501531110375
Binary101100010110000110111101111001010101101110010011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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