#55AAD1

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

Shades of Picton Blue #55AAD1

Tints of Picton Blue #55AAD1

Color information

#55AAD1 (or 0x55AAD1) is unknown color: approx Picton Blue. HEX triplet: 55, AA and D1. RGB value is (85,170,209). Sum of RGB (Red+Green+Blue) = 85+170+209=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #55AAD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AAD1 is #AA552E. Grayscale: #949494. Windows color (decimal): -11162927 or 13740629. OLE color: 13740629.

HSL color Cylindrical-coordinate representation of color #55AAD1: hue angle of 198.87º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55AAD1 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85170209-
CMYK0.590.1900.18
HSL198.87º57.41%57.65%-
HSV(B)198.87º59.33%81.96%-
XYZ29.6335.2865.57-
YUV149.03161.8482.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.32%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 209 (82.03% from 255) = 45.04%
R=18.32%
G=36.64%
B=45.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851702090.590.1900.18198.8757.4157.65
Hex55AAD13B13012c7393a
Octal12525232173230223077172
Binary101010110101010110100011110111001101001011000111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AAD1; }

 p { color: rgb(85,170,209); }

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

<style>
 a { background-color: #55AAD1; }

 a { background-color: rgb(85,170,209); }

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

<style>
 span { border-color: #55AAD1; }

 span { border-color: rgb(85,170,209); }

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