#54AAE1

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

Shades of Picton Blue #54AAE1

Tints of Picton Blue #54AAE1

Color information

#54AAE1 (or 0x54AAE1) is unknown color: approx Picton Blue. HEX triplet: 54, AA and E1. RGB value is (84,170,225). Sum of RGB (Red+Green+Blue) = 84+170+225=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #54AAE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAE1 is #AB551E. Grayscale: #969696. Windows color (decimal): -11228447 or 14789204. OLE color: 14789204.

HSL color Cylindrical-coordinate representation of color #54AAE1: hue angle of 203.4º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54AAE1 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84170225-
CMYK0.630.2400.12
HSL203.4º70.15%60.59%-
HSV(B)203.4º62.67%88.24%-
XYZ31.6236.0776.53-
YUV150.56170.0180.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.54%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 225 (88.28% from 255) = 46.97%
R=17.54%
G=35.49%
B=46.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841702250.630.2400.12203.470.1560.59
Hex54AAE13F180Ccb463d
Octal124252341773001431310675
Binary101010010101010111000011111111100001100110010111000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,170,225); }

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

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

 a { background-color: rgb(84,170,225); }

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

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

 span { border-color: rgb(84,170,225); }

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