#58BCE4

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

Shades of Malibu #58BCE4

Tints of Malibu #58BCE4

Color information

#58BCE4 (or 0x58BCE4) is unknown color: approx Malibu. HEX triplet: 58, BC and E4. RGB value is (88,188,228). Sum of RGB (Red+Green+Blue) = 88+188+228=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #58BCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCE4 is #A7431B. Grayscale: #A2A2A2. Windows color (decimal): -10961692 or 14990424. OLE color: 14990424.

HSL color Cylindrical-coordinate representation of color #58BCE4: hue angle of 197.14º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58BCE4 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB88188228-
CMYK0.610.1800.11
HSL197.14º72.16%61.96%-
HSV(B)197.14º61.4%89.41%-
XYZ36.0143.6479.92-
YUV162.66164.8774.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.46%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 228 (89.45% from 255) = 45.24%
R=17.46%
G=37.30%
B=45.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal881882280.610.1800.11197.1472.1661.96
Hex58BCE43D120Bc5483e
Octal130274344752201330511076
Binary101100010111100111001001111011001001011110001011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,188,228); }

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

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

 a { background-color: rgb(88,188,228); }

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

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

 span { border-color: rgb(88,188,228); }

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