#54ACDD

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

Shades of Picton Blue #54ACDD

Tints of Picton Blue #54ACDD

Color information

#54ACDD (or 0x54ACDD) is unknown color: approx Picton Blue. HEX triplet: 54, AC and DD. RGB value is (84,172,221). Sum of RGB (Red+Green+Blue) = 84+172+221=477 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.61% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #54ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACDD is #AB5322. Grayscale: #969696. Windows color (decimal): -11227939 or 14527572. OLE color: 14527572.

HSL color Cylindrical-coordinate representation of color #54ACDD: hue angle of 201.46º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54ACDD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84172221-
CMYK0.620.2200.13
HSL201.46º66.83%59.8%-
HSV(B)201.46º61.99%86.67%-
XYZ31.4636.6173.82-
YUV151.27167.3580.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.61%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=17.61%
G=36.06%
B=46.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841722210.620.2200.13201.4666.8359.8
Hex54ACDD3E160Dc9433c
Octal124254335762601531110374
Binary101010010101100110111011111101011001101110010011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54ACDD; }

 p { color: rgb(84,172,221); }

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

<style>
 a { background-color: #54ACDD; }

 a { background-color: rgb(84,172,221); }

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

<style>
 span { border-color: #54ACDD; }

 span { border-color: rgb(84,172,221); }

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