#54AED6

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

Shades of Picton Blue #54AED6

Tints of Picton Blue #54AED6

Color information

#54AED6 (or 0x54AED6) is unknown color: approx Picton Blue. HEX triplet: 54, AE and D6. RGB value is (84,174,214). Sum of RGB (Red+Green+Blue) = 84+174+214=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #54AED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AED6 is #AB5129. Grayscale: #979797. Windows color (decimal): -11227434 or 14069332. OLE color: 14069332.

HSL color Cylindrical-coordinate representation of color #54AED6: hue angle of 198.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54AED6 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84174214-
CMYK0.610.1900.16
HSL198.46º61.32%58.43%-
HSV(B)198.46º60.75%83.92%-
XYZ30.9337.0169.13-
YUV151.65163.1879.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.80%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 214 (83.98% from 255) = 45.34%
R=17.80%
G=36.86%
B=45.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841742140.610.1900.16198.4661.3258.43
Hex54AED63D13010c63d3a
Octal12425632675230203067572
Binary101010010101110110101101111011001101000011000110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,174,214); }

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

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

 a { background-color: rgb(84,174,214); }

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

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

 span { border-color: rgb(84,174,214); }

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