Html Css Color HEX #54ACDF Picton Blue

📋 copy color: '#54ACDF'

red 84 ◦ green 172 ◦ blue 223

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

Shades of Picton Blue #54ACDF

Tints of Picton Blue #54ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 17.54%
G = 35.91%
B = 46.56%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#54ACDF (or 0x54ACDF) is known color: Picton Blue. HEX triplet: 54, AC and DF. RGB value is (84,172,223). Sum of RGB (Red+Green+Blue) = 84+172+223=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #54ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACDF is #AB5320. Grayscale: #979797. Windows color (decimal): -11227937 or 14658644. OLE color: 14658644.

HSL color Cylindrical-coordinate representation of color #54ACDF: hue angle of 202.01º degrees, saturation: 0.68, 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 #54ACDF is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 172 223 -
CMYK 0.62 0.23 0 0.13
HSL 202.01º 0.68% 0.6% -
HSV(B) 202.01º 0.62% 0.87% -
XYZ 31.73 36.72 75.23 -
YUV 151.5 168.35 79.85 -
System Red Green Blue C M Y K H S L
Decimal 84 172 223 0.62 0.23 0 0.13 202.01 0.68 0.6
Hex 54 AC DF 3E 17 0 D CA 44 3C
Octal 124 254 337 76 27 0 15 312 104 74
Binary 1010100 10101100 11011111 111110 10111 0 1101 11001010 1000100 111100

Color Harmonies of #54ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACDF

Black with #54ACDF

Text Example


Text Example

White with #54ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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