#54ACD8

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

Shades of Picton Blue #54ACD8

Tints of Picton Blue #54ACD8

Color information

#54ACD8 (or 0x54ACD8) is unknown color: approx Picton Blue. HEX triplet: 54, AC and D8. RGB value is (84,172,216). Sum of RGB (Red+Green+Blue) = 84+172+216=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #54ACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACD8 is #AB5327. Grayscale: #969696. Windows color (decimal): -11227944 or 14199892. OLE color: 14199892.

HSL color Cylindrical-coordinate representation of color #54ACD8: hue angle of 200º degrees, saturation: 0.63, 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 #54ACD8 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB84172216-
CMYK0.610.2000.15
HSL200º62.86%58.82%-
HSV(B)200º61.11%84.71%-
XYZ30.836.3570.36-
YUV150.7164.8580.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.80%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 216 (84.77% from 255) = 45.76%
R=17.80%
G=36.44%
B=45.76%

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
Decimal841722160.610.2000.1520062.8658.82
Hex54ACD83D140Fc83f3b
Octal12425433075240173107773
Binary10101001010110011011000111101101000111111001000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,172,216); }

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

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

 a { background-color: rgb(84,172,216); }

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

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

 span { border-color: rgb(84,172,216); }

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