#53AFF0

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

Shades of Malibu #53AFF0

Tints of Malibu #53AFF0

Color information

#53AFF0 (or 0x53AFF0) is unknown color: approx Malibu. HEX triplet: 53, AF and F0. RGB value is (83,175,240). Sum of RGB (Red+Green+Blue) = 83+175+240=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #53AFF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53AFF0 is #AC500F. Grayscale: #9A9A9A. Windows color (decimal): -11292688 or 15773523. OLE color: 15773523.

HSL color Cylindrical-coordinate representation of color #53AFF0: hue angle of 204.84º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53AFF0 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83175240-
CMYK0.650.2700.06
HSL204.84º83.96%63.33%-
HSV(B)204.84º65.42%94.12%-
XYZ34.6338.7988.1-
YUV154.9176.0276.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.67%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 240 (94.14% from 255) = 48.19%
R=16.67%
G=35.14%
B=48.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831752400.650.2700.06204.8483.9663.33
Hex53AFF0411B06cd543f
Octal123257360101330631512477
Binary101001110101111111100001000001110110110110011011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,175,240); }

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

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

 a { background-color: rgb(83,175,240); }

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

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

 span { border-color: rgb(83,175,240); }

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