#58ACF3

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

Shades of Malibu #58ACF3

Tints of Malibu #58ACF3

Color information

#58ACF3 (or 0x58ACF3) is unknown color: approx Malibu. HEX triplet: 58, AC and F3. RGB value is (88,172,243). Sum of RGB (Red+Green+Blue) = 88+172+243=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #58ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ACF3 is #A7530C. Grayscale: #9A9A9A. Windows color (decimal): -10965773 or 15969368. OLE color: 15969368.

HSL color Cylindrical-coordinate representation of color #58ACF3: hue angle of 207.48º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58ACF3 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB88172243-
CMYK0.640.2900.05
HSL207.48º86.59%64.9%-
HSV(B)207.48º63.79%95.29%-
XYZ34.9538.0590.3-
YUV154.98177.6780.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.50%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 243 (95.31% from 255) = 48.31%
R=17.50%
G=34.19%
B=48.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal881722430.640.2900.05207.4886.5964.9
Hex58ACF3401D05cf5741
Octal1302543631003505317127101
Binary1011000101011001111001110000001110101011100111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,172,243); }

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

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

 a { background-color: rgb(88,172,243); }

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

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

 span { border-color: rgb(88,172,243); }

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