#53A9F2

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

Shades of Malibu #53A9F2

Tints of Malibu #53A9F2

Color information

#53A9F2 (or 0x53A9F2) is unknown color: approx Malibu. HEX triplet: 53, A9 and F2. RGB value is (83,169,242). Sum of RGB (Red+Green+Blue) = 83+169+242=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #53A9F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A9F2 is #AC560D. Grayscale: #979797. Windows color (decimal): -11294222 or 15903059. OLE color: 15903059.

HSL color Cylindrical-coordinate representation of color #53A9F2: hue angle of 207.55º degrees, saturation: 0.86, 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 #53A9F2 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83169242-
CMYK0.660.3000.05
HSL207.55º85.95%63.73%-
HSV(B)207.55º65.7%94.9%-
XYZ33.7836.6389.29-
YUV151.61179.0179.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.80%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 242 (94.92% from 255) = 48.99%
R=16.80%
G=34.21%
B=48.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831692420.660.3000.05207.5585.9563.73
Hex53A9F2421E05d05640
Octal1232513621023605320126100
Binary1010011101010011111001010000101111001011101000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,169,242); }

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

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

 a { background-color: rgb(83,169,242); }

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

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

 span { border-color: rgb(83,169,242); }

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