#52acdf

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

Shades of Picton Blue #52ACDF

Tints of Picton Blue #52ACDF

Color information

#52ACDF (or 0x52ACDF) is unknown color: approx Picton Blue. HEX triplet: 52, AC and DF. RGB value is (82,172,223). Sum of RGB (Red+Green+Blue) = 82+172+223=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #52ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACDF is #AD5320. Grayscale: #969696. Windows color (decimal): -11359009 or 14658642. OLE color: 14658642.

HSL color Cylindrical-coordinate representation of color #52ACDF: hue angle of 201.7º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52ACDF is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82172223-
CMYK0.630.2300.13
HSL201.7º68.78%59.8%-
HSV(B)201.7º63.23%87.45%-
XYZ31.5536.6375.22-
YUV150.9168.6878.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.19%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 223 (87.5% from 255) = 46.75%
R=17.19%
G=36.06%
B=46.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821722230.630.2300.13201.768.7859.8
Hex52ACDF3F170Dca453c
Octal122254337772701531210574
Binary101001010101100110111111111111011101101110010101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52acdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,172,223); }

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

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

 a { background-color: rgb(82,172,223); }

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

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

 span { border-color: rgb(82,172,223); }

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