#53ACF3

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

Shades of Malibu #53ACF3

Tints of Malibu #53ACF3

Color information

#53ACF3 (or 0x53ACF3) is unknown color: approx Malibu. HEX triplet: 53, AC and F3. RGB value is (83,172,243). Sum of RGB (Red+Green+Blue) = 83+172+243=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #53ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ACF3 is #AC530C. Grayscale: #999999. Windows color (decimal): -11293453 or 15969363. OLE color: 15969363.

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

Color convert

RGB83172243-
CMYK0.660.2900.05
HSL206.62º86.96%63.92%-
HSV(B)206.62º65.84%95.29%-
XYZ34.537.8290.27-
YUV153.48178.5177.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.67%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 243 (95.31% from 255) = 48.80%
R=16.67%
G=34.54%
B=48.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831722430.660.2900.05206.6286.9663.92
Hex53ACF3421D05cf5740
Octal1232543631023505317127100
Binary1010011101011001111001110000101110101011100111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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