#58B3ED

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

Shades of Malibu #58B3ED

Tints of Malibu #58B3ED

Color information

#58B3ED (or 0x58B3ED) is unknown color: approx Malibu. HEX triplet: 58, B3 and ED. RGB value is (88,179,237). Sum of RGB (Red+Green+Blue) = 88+179+237=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #58B3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B3ED is #A74C12. Grayscale: #9E9E9E. Windows color (decimal): -10963987 or 15577944. OLE color: 15577944.

HSL color Cylindrical-coordinate representation of color #58B3ED: hue angle of 203.36º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58B3ED is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB88179237-
CMYK0.630.2400.07
HSL203.36º80.54%63.73%-
HSV(B)203.36º62.87%92.94%-
XYZ35.4340.4386.06-
YUV158.4172.3577.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.46%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 237 (92.97% from 255) = 47.02%
R=17.46%
G=35.52%
B=47.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal881792370.630.2400.07203.3680.5463.73
Hex58B3ED3F1807cb5140
Octal130263355773007313121100
Binary101100010110011111011011111111100001111100101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,179,237); }

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

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

 a { background-color: rgb(88,179,237); }

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

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

 span { border-color: rgb(88,179,237); }

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