#54A9D6

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

Shades of Picton Blue #54A9D6

Tints of Picton Blue #54A9D6

Color information

#54A9D6 (or 0x54A9D6) is unknown color: approx Picton Blue. HEX triplet: 54, A9 and D6. RGB value is (84,169,214). Sum of RGB (Red+Green+Blue) = 84+169+214=467 (61% of max value = 765). Red value is 84 (33.20% from 255 or 17.99% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #54A9D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A9D6 is #AB5629. Grayscale: #949494. Windows color (decimal): -11228714 or 14068052. OLE color: 14068052.

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

Color convert

RGB84169214-
CMYK0.610.2100.16
HSL200.77º61.32%58.43%-
HSV(B)200.77º60.75%83.92%-
XYZ29.9835.1268.82-
YUV148.71164.8481.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.99%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 214 (83.98% from 255) = 45.82%
R=17.99%
G=36.19%
B=45.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841692140.610.2100.16200.7761.3258.43
Hex54A9D63D15010c93d3a
Octal12425132675250203117572
Binary101010010101001110101101111011010101000011001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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