Html Css Color HEX #54AACF Picton Blue

📋 copy color: '#54AACF'

red 84 ◦ green 170 ◦ blue 207

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

Shades of Picton Blue #54AACF

Tints of Picton Blue #54AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.88%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 18.22%
G = 36.88%
B = 44.9%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#54AACF (or 0x54AACF) is known color: Picton Blue. HEX triplet: 54, AA and CF. RGB value is (84,170,207). Sum of RGB (Red+Green+Blue) = 84+170+207=461 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.22% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #54AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AACF is #AB5530. Grayscale: #949494. Windows color (decimal): -11228465 or 13609556. OLE color: 13609556.

HSL color Cylindrical-coordinate representation of color #54AACF: hue angle of 198.05º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54AACF is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 170 207 -
CMYK 0.59 0.18 0 0.19
HSL 198.05º 0.56% 0.57% -
HSV(B) 198.05º 0.59% 0.81% -
XYZ 29.29 35.14 64.27 -
YUV 148.5 161.01 81.99 -
System Red Green Blue C M Y K H S L
Decimal 84 170 207 0.59 0.18 0 0.19 198.05 0.56 0.57
Hex 54 AA CF 3B 12 0 13 C6 38 39
Octal 124 252 317 73 22 0 23 306 70 71
Binary 1010100 10101010 11001111 111011 10010 0 10011 11000110 111000 111001

Color Harmonies of #54AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AACF

Black with #54AACF

Text Example


Text Example

White with #54AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,170,207); }

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

background-color css

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

 a { background-color: rgb(84,170,207); }

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

border-color css

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

 span { border-color: rgb(84,170,207); }

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