#58B4ED

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

Shades of Malibu #58B4ED

Tints of Malibu #58B4ED

Color information

#58B4ED (or 0x58B4ED) is unknown color: approx Malibu. HEX triplet: 58, B4 and ED. RGB value is (88,180,237). Sum of RGB (Red+Green+Blue) = 88+180+237=505 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.43% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #58B4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B4ED is #A74B12. Grayscale: #9E9E9E. Windows color (decimal): -10963731 or 15578200. OLE color: 15578200.

HSL color Cylindrical-coordinate representation of color #58B4ED: hue angle of 202.95º 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 #58B4ED is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB88180237-
CMYK0.630.2400.07
HSL202.95º80.54%63.73%-
HSV(B)202.95º62.87%92.94%-
XYZ35.6340.8386.12-
YUV158.99172.0277.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.43%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 237 (92.97% from 255) = 46.93%
R=17.43%
G=35.64%
B=46.93%

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
Decimal881802370.630.2400.07202.9580.5463.73
Hex58B4ED3F1807cb5140
Octal130264355773007313121100
Binary101100010110100111011011111111100001111100101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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