#52ADE1

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

Shades of Malibu #52ADE1

Tints of Malibu #52ADE1

Color information

#52ADE1 (or 0x52ADE1) is unknown color: approx Malibu. HEX triplet: 52, AD and E1. RGB value is (82,173,225). Sum of RGB (Red+Green+Blue) = 82+173+225=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #52ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADE1 is #AD521E. Grayscale: #979797. Windows color (decimal): -11358751 or 14789970. OLE color: 14789970.

HSL color Cylindrical-coordinate representation of color #52ADE1: hue angle of 201.82º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52ADE1 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82173225-
CMYK0.640.2300.12
HSL201.82º70.44%60.2%-
HSV(B)201.82º63.56%88.24%-
XYZ32.0137.1276.71-
YUV151.72169.3578.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.08%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 225 (88.28% from 255) = 46.88%
R=17.08%
G=36.04%
B=46.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal821732250.640.2300.12201.8270.4460.2
Hex52ADE140170Cca463c
Octal1222553411002701431210674
Binary1010010101011011110000110000001011101100110010101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52ADE1; }

 p { color: rgb(82,173,225); }

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

<style>
 a { background-color: #52ADE1; }

 a { background-color: rgb(82,173,225); }

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

<style>
 span { border-color: #52ADE1; }

 span { border-color: rgb(82,173,225); }

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