#54AED9

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

Shades of Picton Blue #54AED9

Tints of Picton Blue #54AED9

Color information

#54AED9 (or 0x54AED9) is unknown color: approx Picton Blue. HEX triplet: 54, AE and D9. RGB value is (84,174,217). Sum of RGB (Red+Green+Blue) = 84+174+217=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #54AED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AED9 is #AB5126. Grayscale: #979797. Windows color (decimal): -11227431 or 14265940. OLE color: 14265940.

HSL color Cylindrical-coordinate representation of color #54AED9: hue angle of 199.4º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54AED9 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB84174217-
CMYK0.610.2000.15
HSL199.4º63.64%59.02%-
HSV(B)199.4º61.29%85.1%-
XYZ31.3237.1771.17-
YUV151.99164.6879.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.68%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=17.68%
G=36.63%
B=45.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal841742170.610.2000.15199.463.6459.02
Hex54AED93D140Fc7403b
Octal124256331752401730710073
Binary101010010101110110110011111011010001111110001111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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