#58BFEA

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

Shades of Malibu #58BFEA

Tints of Malibu #58BFEA

Color information

#58BFEA (or 0x58BFEA) is unknown color: approx Malibu. HEX triplet: 58, BF and EA. RGB value is (88,191,234). Sum of RGB (Red+Green+Blue) = 88+191+234=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #58BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BFEA is #A74015. Grayscale: #A4A4A4. Windows color (decimal): -10960918 or 15384408. OLE color: 15384408.

HSL color Cylindrical-coordinate representation of color #58BFEA: hue angle of 197.67º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58BFEA is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB88191234-
CMYK0.620.1800.08
HSL197.67º77.66%63.14%-
HSV(B)197.67º62.39%91.76%-
XYZ37.5145.2884.6-
YUV165.1166.8873-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.15%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=17.15%
G=37.23%
B=45.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal881912340.620.1800.08197.6777.6663.14
Hex58BFEA3E1208c64e3f
Octal130277352762201030611677
Binary101100010111111111010101111101001001000110001101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,191,234); }

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

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

 a { background-color: rgb(88,191,234); }

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

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

 span { border-color: rgb(88,191,234); }

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