#54AEDC

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

Shades of Picton Blue #54AEDC

Tints of Picton Blue #54AEDC

Color information

#54AEDC (or 0x54AEDC) is unknown color: approx Picton Blue. HEX triplet: 54, AE and DC. RGB value is (84,174,220). Sum of RGB (Red+Green+Blue) = 84+174+220=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #54AEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AEDC is #AB5123. Grayscale: #989898. Windows color (decimal): -11227428 or 14462548. OLE color: 14462548.

HSL color Cylindrical-coordinate representation of color #54AEDC: hue angle of 200.29º 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 #54AEDC is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84174220-
CMYK0.620.2100.14
HSL200.29º66.02%59.61%-
HSV(B)200.29º61.82%86.27%-
XYZ31.7137.3273.24-
YUV152.33166.1879.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.57%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=17.57%
G=36.40%
B=46.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841742200.620.2100.14200.2966.0259.61
Hex54AEDC3E150Ec8423c
Octal124256334762501631010274
Binary101010010101110110111001111101010101110110010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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