#53ABED

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

Shades of Malibu #53ABED

Tints of Malibu #53ABED

Color information

#53ABED (or 0x53ABED) is unknown color: approx Malibu. HEX triplet: 53, AB and ED. RGB value is (83,171,237). Sum of RGB (Red+Green+Blue) = 83+171+237=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #53ABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ABED is #AC5412. Grayscale: #979797. Windows color (decimal): -11293715 or 15575891. OLE color: 15575891.

HSL color Cylindrical-coordinate representation of color #53ABED: hue angle of 205.71º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ABED is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB83171237-
CMYK0.650.2800.07
HSL205.71º81.05%62.75%-
HSV(B)205.71º64.98%92.94%-
XYZ33.4237.0885.52-
YUV152.21175.8578.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.90%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 237 (92.97% from 255) = 48.27%
R=16.90%
G=34.83%
B=48.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal831712370.650.2800.07205.7181.0562.75
Hex53ABED411C07ce513f
Octal123253355101340731612177
Binary101001110101011111011011000001111000111110011101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,171,237); }

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

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

 a { background-color: rgb(83,171,237); }

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

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

 span { border-color: rgb(83,171,237); }

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