#53ade6

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

Shades of Malibu #53ADE6

Tints of Malibu #53ADE6

Color information

#53ADE6 (or 0x53ADE6) is unknown color: approx Malibu. HEX triplet: 53, AD and E6. RGB value is (83,173,230). Sum of RGB (Red+Green+Blue) = 83+173+230=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #53ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ADE6 is #AC5219. Grayscale: #989898. Windows color (decimal): -11293210 or 15117651. OLE color: 15117651.

HSL color Cylindrical-coordinate representation of color #53ADE6: hue angle of 203.27º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53ADE6 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB83173230-
CMYK0.640.2500.10
HSL203.27º74.62%61.37%-
HSV(B)203.27º63.91%90.2%-
XYZ32.7937.4480.36-
YUV152.59171.6878.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.08%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 230 (90.23% from 255) = 47.33%
R=17.08%
G=35.60%
B=47.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal831732300.640.2500.10203.2774.6261.37
Hex53ADE640190Acb4b3d
Octal1232553461003101231311375
Binary1010011101011011110011010000001100101010110010111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ade6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,173,230); }

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

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

 a { background-color: rgb(83,173,230); }

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

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

 span { border-color: rgb(83,173,230); }

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