Html Css Color HEX #54ACDC Picton Blue

📋 copy color: '#54ACDC'

red 84 ◦ green 172 ◦ blue 220

#54ACDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #54ACDC

Tints of Picton Blue #54ACDC

RGB

 RED value IS 84 (33.2% from 255) = 17.65%

 GREEN value IS 172 (67.58% from 255) = 36.13%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 17.65%
G = 36.13%
B = 46.22%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#54ACDC (or 0x54ACDC) is known color: Picton Blue. HEX triplet: 54, AC and DC. RGB value is (84,172,220). Sum of RGB (Red+Green+Blue) = 84+172+220=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #54ACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACDC is #AB5323. Grayscale: #969696. Windows color (decimal): -11227940 or 14462036. OLE color: 14462036.

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

Color convert

RGB 84 172 220 -
CMYK 0.62 0.22 0 0.14
HSL 201.18º 0.66% 0.6% -
HSV(B) 201.18º 0.62% 0.86% -
XYZ 31.33 36.56 73.12 -
YUV 151.16 166.85 80.1 -
System Red Green Blue C M Y K H S L
Decimal 84 172 220 0.62 0.22 0 0.14 201.18 0.66 0.6
Hex 54 AC DC 3E 16 0 E C9 42 3C
Octal 124 254 334 76 26 0 16 311 102 74
Binary 1010100 10101100 11011100 111110 10110 0 1110 11001001 1000010 111100

Color Harmonies of #54ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACDC

Black with #54ACDC

Text Example


Text Example

White with #54ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54ACDC;
 }
 .AnyTagClassName
 {
   color: #54ACDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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